I try to use RQDA for quantitative text analysis. I want to code text passages with the same characters automatically.
Let´s say I have the category dog and I marked "dog" in the first sentence and "dogfood" in the fourth. I want RQDA mark "dog" also in the second sentence and "dogfood in the fifth.
In Maxqda, for example, this is done automatically if I enable the software. Is there a function to do this?
If I understand you want to make an automatic coding using RQDA. The function would be
codingBySearch
:But this function only allows you to make a single pattern per time. If you would like to get a list of patterns, a loop will sort it out:
Where cid is the number of the code you created in the GUID interface. You can also adapt the separators as you see fit.