The Reproducible Open Coding Kit (ROCK) was developed to facilitate reproducible and open coding, specifically geared towards qualitative research methods. It was designed to be a standard that realized coded qualitative data that is simultaneously human- and machine-readable, similar to the spirit of Markdown and YAML.
To code something with the ROCK, add the code to the line your want to code, in between two pairs of square brackets:
Some example text,
and some more. [[look_a_code]]
And the end.
The rock package can parse sources like this, and then allows you to do what you can do with conventional (often proprietary) software for qualitative analysis. For example, it can prettify the source to be displayed like this: 1
Some example text,
and some more. [[look_a_code]]
And the end.
