Object representing a set of codes

Value

CodeSet object Create CodeSet

Public fields

title

Title of the CodeSet

call

TBD

codes

list of Codes

description

String description of the set of codes to be included

excerpts

Character vector of text excerpts to code (optional)

Methods

Public methods


Method new()

Usage

CodeSet$new(title = "ne", description = NULL, excerpts = c(), codes = c())

Arguments

title

TBD

description

TBD

excerpts

TBD

codes

TBD

Returns

CodeSet


Method clone()

The objects of this class are cloneable with this method.

Usage

CodeSet$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

data(RS.data) rs = RS.data code.set = code.set("Demo RS CodeSet", "CodeSet made for the demo", excerpts = rs$text, codes = c())