as.data.frame.listofEvals: Convert a list of Evals to a data.frame

View source: R/evals-class.R

as.data.frame.listofEvalsR Documentation

Convert a list of Evals to a data.frame

Description

When load generates a list of Evals, it assigns this to be of (S3) class listofEvals, inherited from list, so that this function will be invoked instead of as.data.frame.list, which is defined in base.

Usage

## S3 method for class 'listofEvals'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

Arguments

x

a listofEvals object

row.names

not used

optional

not used

...

not used


jacobbien/simulator documentation built on Feb. 4, 2023, 1:03 p.m.