View source: R/class_analysis_stage_results.R
as.data.frame.StageResults | R Documentation |
Returns the StageResults
as data frame.
## S3 method for class 'StageResults'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
niceColumnNamesEnabled = FALSE,
includeAllParameters = FALSE,
type = 1,
...
)
x |
A |
niceColumnNamesEnabled |
Logical. If |
includeAllParameters |
Logical. If |
... |
Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed. |
Coerces the stage results to a data frame.
Returns a data.frame
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.