Learn R Programming

ncodeR (version 0.2.0.1)

print.summary.CodeSet: Print the summary of a CodeSet

Description

Print the summary of a CodeSet

Usage

# S3 method for summary.CodeSet
print(x, ...)

Arguments

x

Summary of a CodeSet

...

Additional parameters

Value

prints summary

Examples

Run this code
# NOT RUN {
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)

# }

Run the code above in your browser using DataLab