
Extract the codings by each coder using the coderId
Source:R/extract_codings_by_coderId.R
extract_codings_by_coderId.Rd
Extract the codings by each coder using the coderId
Arguments
- input
The directory with the sources.
- recursive
Whether to also process subdirectories.
- filenameRegex
Only files matching this regular expression will be processed.
- postponeDeductiveTreeBuilding
Whether to build deductive code trees, or only store YAML fragments.
- ignoreOddDelimiters
Whether to throw an error when encountering an odd number of YAML delimiters.
- encoding
The encoding of the files to read.
- silent
Whether to be chatty or silent.