Extract the codings by each coder using the coderId
extract_codings_by_coderId(
input,
recursive = TRUE,
filenameRegex = ".*",
postponeDeductiveTreeBuilding = TRUE,
ignoreOddDelimiters = FALSE,
encoding = rock::opts$get(encoding),
silent = rock::opts$get(silent)
)
An object with the read sources.
The directory with the sources.
Whether to also process subdirectories.
Only files matching this regular expression will be processed.
Whether to build deductive code trees, or only store YAML fragments.
Whether to throw an error when encountering an odd number of YAML delimiters.
The encoding of the files to read.
Whether to be chatty or silent.