Coerce AnalysisResults to a Data Frame
Source:R/class_analysis_results.R
as.data.frame.AnalysisResults.Rd
Returns the AnalysisResults
object as data frame.
Usage
# S3 method for class 'AnalysisResults'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
...,
niceColumnNamesEnabled = FALSE
)
Arguments
- x
An
AnalysisResults
object created bygetAnalysisResults()
.- ...
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
TRUE
, nice looking column names will be used; syntactic names (variable names) otherwise (seemake.names
).
Value
Returns a data.frame
.