I'm using RQDA right now (for the first time) and I want to have an overview/comparison of the numbers of codings (to see which codes were used comparatively often, which were barely used).
I've tried summaryCodings()
but it only gives me an overview of all codes.
How do I specify to make sure only certain codes (or, for example, one code category, and not all codes) are displayed?
I've tried variations like summaryCodings(codename == "xy")
or summaryCodings(codecategory == "xx")
, getCodingTable(codename == "xy" | codename == "zy")
.
I'm a beginner so still learning how to manage RQDA (obviously). Thank you for your help in advance!