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)
)

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.