powered by
Print a Code summary
# S3 method for summary.Code print(x, ...)
list from summary()
Additional parameters
Prints 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