| CodeSet | R Documentation |
Object representing a set of codes
CodeSet
An object of class R6ClassGenerator of length 24.
CodeSet object
CodeSet
titleTitle of the CodeSet
descriptionString description of the set of codes to be included
excerptsCharacter vector of text excerpts to code (optional)
expressionsCodes to include in the CodeSet (optional)
data(RS.data)
rs = RS.data
code.set = code.set("Demo RS CodeSet", "CodeSet made for the demo", excerpts = rs$text, codes = c())