as.data.frame.listofEvals | R Documentation |
When load
generates a list of Evals, it assigns this
to be of (S3) class listofEvals, inherited from list, so that this function
will be invoked instead of as.data.frame.list, which is defined in base.
## S3 method for class 'listofEvals' as.data.frame(x, row.names = NULL, optional = FALSE, ...)
x |
a listofEvals object |
row.names |
not used |
optional |
not used |
... |
not used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.