as.data.frame.ext_solutions_df {metasnf} | R Documentation |
Coerce a ext_solutions_df
class object into a data.frame
class object
Description
Coerce a ext_solutions_df
class object into a data.frame
class object
Usage
## S3 method for class 'ext_solutions_df'
as.data.frame(
x,
row.names = NULL,
optional = FALSE,
keep_attributes = FALSE,
...
)
Arguments
x |
A |
row.names |
Additional parameter passed to |
optional |
Additional parameter passed to |
keep_attributes |
If TRUE, resulting data frame includes settings data frame and weights matrix. |
... |
Additional parameter passed to |
Value
A data.frame
class object with all the columns of x and its
contained solutions data frame.
[Package metasnf version 2.1.2 Index]