as.data.frame.snf_config {metasnf} | R Documentation |
Coerce a settings_df
class object into a data.frame
class object
Description
Coerce a settings_df
class object into a data.frame
class object
Usage
## S3 method for class 'snf_config'
as.data.frame(x, ...)
Arguments
x |
A |
... |
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]