View source: R/report_parameters.R
parse_tidymass_parameter | R Documentation |
This function takes a tidymass_parameter
object and converts it into a data frame for easier manipulation and reporting.
parse_tidymass_parameter(object)
object |
A |
A data frame containing the package name, function name, parameters, and the time when the function was called.
Xiaotao Shen shenxt1990@outlook.com
data("expression_data")
data("sample_info")
data("variable_info")
object =
create_mass_dataset(
expression_data = expression_data,
sample_info = sample_info,
variable_info = variable_info
)
object
parse_tidymass_parameter(object@process_info$create_mass_dataset)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.