autocode {ncodeR} | R Documentation |
Match a list of expressions against some set of excerpts
Description
Autocodes all codes provided, either directly with code or as part of a provided codeset
Usage
autocode(x = NULL, expressions = NULL, excerpts = NULL,
simplify = T, mode = "all")
Arguments
x |
Object to autocode. Either a Code or CodeSet |
expressions |
Expressions to use for coding (optional) |
excerpts |
Excerpts to code |
simplify |
If TRUE, returns a data.frame, else returns a Code or CodeSet object |
mode |
Either all, training, or test representing the set of excerpts that should be recoded in the computerSet |
Value
data.frame of is simplify = T (default), otherwise the Code or CodeSet object with updated computerSets
[Package ncodeR version 0.2.0.1 Index]