code.set: Create CodeSet

Description Usage Arguments Value Examples

View source: R/CodeSet.R

Description

Create a new CodeSet object

Usage

1
code.set(title = "", description = "", excerpts = c(), codes = c())

Arguments

title

Title for the CodeSet

description

Description of the CodeSet

excerpts

Set of excerpts to use with the CodeSet

codes

Set of codes to attach to the CodeSet

Value

CodeSet object

Examples

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

ncodeR documentation built on Nov. 20, 2019, 1:07 a.m.