powered by
Title
# S3 method for Code as.data.frame(x, row.names = NULL, optional = FALSE, ...)
Code object to convert
NULL or a character vector giving the row names for the data frame. Missing values are not allowed.
logical. If TRUE, setting row names and converting column names
additional arguments to be passed to or from methods
data.frame
# NOT RUN { data(RS.data) rs = RS.data newcode = create.code(name = "Data", expressions = c("number","data"), excerpts = rs$text) as.data.frame(newcode) # }
Run the code above in your browser using DataLab