as.data.frame.snf_config: 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 snf_config
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 settings_df class object.
- ...
Additional parameter passed to as.data.frame().