as.data.frame.StageResults {rpact} | R Documentation |
Coerce Stage Results to a Data Frame
Description
Returns the StageResults
as data frame.
Usage
## S3 method for class 'StageResults'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
niceColumnNamesEnabled = FALSE,
includeAllParameters = FALSE,
type = 1,
...
)
Arguments
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. |
Details
Coerces the stage results to a data frame.
Value
Returns a data.frame
.
[Package rpact version 4.1.0 Index]