extract_codings_by_coderId {rock} | R Documentation |
Extract the codings by each coder using the coderId
Description
Extract the codings by each coder using the coderId
Usage
extract_codings_by_coderId(
input,
recursive = TRUE,
filenameRegex = ".*",
postponeDeductiveTreeBuilding = TRUE,
ignoreOddDelimiters = FALSE,
encoding = rock::opts$get(encoding),
silent = rock::opts$get(silent)
)
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. |
Value
An object with the read sources.
[Package rock version 0.8.1 Index]