as.data.frame | R Documentation |
Functions to coerce objects to data frames.
## S3 method for class 'ModelFrame'
as.data.frame(x, ...)
## S3 method for class 'Resample'
as.data.frame(x, ...)
## S3 method for class 'TabularArray'
as.data.frame(x, ...)
x |
|
... |
arguments passed to other methods. |
data.frame
class object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.