Description Usage Arguments Value Examples
View source: R/as.data.frame.Code.R
Title
1 2 3 | ## S3 method for class 'Code'
as.data.frame(x, row.names = NULL, optional = FALSE,
...)
|
x |
Code object to convert |
row.names |
NULL or a character vector giving the row names for the data frame. Missing values are not allowed. |
optional |
logical. If TRUE, setting row names and converting column names |
... |
additional arguments to be passed to or from methods |
data.frame
1 2 3 4 | data(RS.data)
rs = RS.data
newcode = create.code(name = "Data", expressions = c("number","data"), excerpts = rs$text)
as.data.frame(newcode)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.