powered by
Create a new CodeSet object
code.set(title = "", description = "", excerpts = c(), codes = c())
Title for the CodeSet
Description of the CodeSet
Set of excerpts to use with the CodeSet
Set of codes to attach to the CodeSet
CodeSet object
# NOT RUN { data(RS.data) rs = RS.data code.set = code.set("Demo RS CodeSet", "CodeSet made for the demo", excerpts = rs$text, codes = c()) # }
Run the code above in your browser using DataLab