View source: R/Composite_table.R
as.data.table.Composite_table | R Documentation |
As a Composite_table
already is a data.table
this function
does very little except stripping all additional attributes and classes,
as well as offering you the option to prepend the multinames
before
the column names
## S3 method for class 'Composite_table'
as.data.table(x, keep.rownames = NULL, ..., multinames = TRUE, sep = ".")
## S3 method for class 'Composite_table'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
...,
multinames = TRUE,
sep = "."
)
x |
a |
keep.rownames |
ignored |
... |
ignored |
multinames |
logical. Whether to prepend multinames before the column names |
sep |
separator between multinames and individual column names |
row.names |
|
optional |
logical. If |
a data.table
or data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.