- input
An object of class rock_parsedSource
(as resulting from a call
to parse_source
) or of class rock_parsedSources
(as resulting from a call
to parse_sources
.
- output
THe filename to write to.
- codeTree
Codes from which code tree to export the codes. Valid options
are fullyMergedCodeTrees
, extendedDeductiveCodeTrees
, deductiveCodeTrees
,
and inductiveCodeTrees
.
- codingScheme
With the ROCK, it's possible to use multiple coding scheme's
in parallel. The ROCK default is called codes
(using the double square brackets
as code delimiters), but other delimiters can be used as well, and give a different
name. Use codingScheme
to specify which code tree you want to export, if you
have multiple.
- regex
An optional regular expression: only codes matching this regular
expression will be selected.
- onlyChildrenOf
A character vector of one or more regular expressions that
specify codes within which to search. For example, if the code tree contains codes
parent1
and parent2
, and each have a number of child codes, and parent
is
passed as onlyChildrenOf
, only the codes within parent
are selected.
- leavesOnly
Whether to only write the leaves (i.e. codes that don't have
children) or all codes in the code tree.
- includePath
Whether to only return the code itself (e.g. code
) or also
include the path to the root (e.g. code1>code2>code
).
- preventOverwriting
Whether to prevent overwriting of output files.
- encoding
The encoding to use when writing the exported source(s).
- silent
Whether to suppress messages.