print.summary.CodeSet {ncodeR} | R Documentation |
Print the summary of a CodeSet
Description
Print the summary of a CodeSet
Usage
## S3 method for class 'summary.CodeSet'
print(x, ...)
Arguments
x |
Summary of a CodeSet |
... |
Additional parameters |
Value
prints summary
Examples
data(RS.data)
rs = RS.data
newcode = create.code(name = "Data",
expressions = c("number","data"), excerpts = rs$text)
code.set = code.set("Demo RS CodeSet", "CodeSet made for the demo",
excerpts = rs$text, codes = c(newcode))
summary(code.set)
[Package ncodeR version 0.2.0.1 Index]