| resolve | R Documentation |
Resolve differing results
resolve(code = NULL, trainingSet = NULL, computerSet = NULL, expressions = NULL, excerpts = NULL, ignored = NULL)
code |
Code to resolve coding differences |
trainingSet |
Optionally provide a trainingSet, default: code$trainingSet |
computerSet |
Optionally provide a computerSet, default: code$computerSet |
expressions |
Optionally provide a set of expressions, default: code$expressions |
excerpts |
Optionally provide a set of excerpts, default: code$excerpts |
ignored |
Optionally proivde a set of excerpts to ignore during the resolve cycle loop |