Description Usage Arguments Examples
The analysis or assessment code can be returned as a data frame (as dictated by the 'data' argument) using 'as.data.frame.rsplit'. 'analysis' and 'assessment' are shortcuts.
1 2 3 4 5 6 7 | ## S3 method for class 'rsplit'
as.data.frame(x, row.names = NULL, optional = FALSE,
data = "analysis", ...)
analysis(x, ...)
assessment(x, ...)
|
x |
An 'rsplit' object. |
row.names |
'NULL' or a character vector giving the row names for the data frame. Missing values are not allowed. |
optional |
A logical: should the column names of the data be checked for legality? |
data |
Either "analysis" or "assessment" to specify which data are returned. |
... |
Additional arguments to be passed to or from methods. Not currently used. |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.