Description Usage Arguments Value Examples
View source: R/as.data.frame.CodeSet.R
Title
1 2 3 | ## S3 method for class 'CodeSet'
as.data.frame(x, row.names = NULL, optional = FALSE,
...)
|
x |
CodeSet 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 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.