as.data.frame.AnalysisResults {rpact} | R Documentation |
Returns the AnalysisResults
object as data frame.
## S3 method for class 'AnalysisResults'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
...,
niceColumnNamesEnabled = FALSE
)
x |
An |
... |
Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed. |
niceColumnNamesEnabled |
Logical. If |
Coerces the analysis results to a data frame.
Returns a data.frame
.