Learn R Programming

ncodeR (version 0.2.0.1)

print.summary.Code: Print a Code summary

Description

Print a Code summary

Usage

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

Arguments

x

list from summary()

...

Additional parameters

Value

Prints code 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)
summary(newcode)

# }

Run the code above in your browser using DataLab