View source: R/conversion_methods.R
as.data.frame.eda | R Documentation |
converts an EDA object to a one-column data frame. The data type and levels are preserved.
## S3 method for class 'eda'
as.data.frame(x, newname = "variable", ...)
x |
an EDA object, created by |
newname |
a name of the data frame variable. |
a data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.