| code.set | R Documentation |
Create a new CodeSet object
code.set(title = "", description = "", excerpts = c(), codes = c())
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 |
CodeSet object
data(RS.data)
rs = RS.data
code.set = code.set("Demo RS CodeSet", "CodeSet made for the demo", excerpts = rs$text, codes = c())