R/class_analysis_results.R
as.data.frame.AnalysisResults.RdReturns the AnalysisResults object as data frame.
# S3 method for class 'AnalysisResults'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
...,
niceColumnNamesEnabled = FALSE
)An AnalysisResults object created by getAnalysisResults().
Ensures that all arguments (starting from the "...") are to be named and that a warning will be displayed if unknown arguments are passed.
Logical. If TRUE, nice looking column
names will be used; syntactic names (variable names) otherwise
(see make.names).
Returns a data.frame.
Coerces the analysis results to a data frame.