Description Usage Arguments Value Author(s) See Also
View source: R/as.data.frame.tableby.R
Coerce a tableby
object to a data.frame
.
1 2 | ## S3 method for class 'tableby'
as.data.frame(x, ..., labelTranslations = NULL, list.ok = FALSE)
|
x |
A |
... |
Arguments to pass to |
labelTranslations |
A named list (or vector) where the name is the label in the
output to be replaced in the pretty rendering by the character string
value for the named element of the list, e.g., |
list.ok |
If the object has multiple by-variables, is it okay to return a list of data.frames instead of a single data.frame?
If |
A data.frame
.
Ethan Heinzen, based on code originally by Greg Dougherty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.