Handcode a set of excerpts using a vector of expressions
handcode(code = NULL, excerpts = NULL, expressions = NULL,
n = ifelse(is.null(this.set), 10, length(this.set)), baserate = 0.2,
unseen = F, this.set = NULL, results = NULL)
Code object to handcode
Excerpts to code (optional)
Expressions to code with (options)
Number of excerpts to handcode
Value between 0 and 1, inflates the baserate chosen excerpts to code, ensuring the number of positive at least equal to n * baserate
Logical or number Indicating additional excerpts with unseen words should be added. If TRUE (default), two words added or by `number`
[TBD]
[TBD]
Code
Handcode a set of excerpts using a vector of expressions