Learn R Programming

metasnf (version 2.1.2)

as.data.frame.t_ext_solutions_df: Coerce a t_ext_solutions_df class object into a data.frame class object

Description

Coerce a t_ext_solutions_df class object into a data.frame class object

Usage

# S3 method for t_ext_solutions_df
as.data.frame(x, ...)

Value

A data.frame class object with all the columns of x and its contained solutions data frame.

Arguments

x

A t_ext_solutions_df class object.

...

Additional parameter passed to as.data.frame().