
Last chance! 50% off unlimited learning
Sale ends in
Obtain summary of a Code object
# S3 method for Code
summary(object, ...)
Code to summarize
Additional parameters
List of Code summary
# 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