as.data.frame.Evals: Convert an Evals to a data.frame

View source: R/evals-class.R

as.data.frame.EvalsR Documentation

Convert an Evals to a data.frame

Description

This is equivalent to calling as(x, "data.frame")

Usage

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

Arguments

x

object of class Evals

row.names

not used

optional

not used

...

not used


simulator documentation built on Feb. 16, 2023, 9:34 p.m.