param_dataframe | R Documentation |
Define Dataframe Object Parameters
param_dataframe(
id = NULL,
type = c("data.frame", "tibble"),
description = NULL,
force = FALSE,
process = "simulation",
function_name
)
id |
A parameter name. Default is NULL, which means no dataframe object input. |
type |
The type of parameter. Must be a data.frame or tibble. |
description |
The description information of this parameter. |
force |
Logical, whether this parameter must be needed or not. |
process |
Two options, simulation or estimation. Which process does this parameter involved in. |
function_name |
The function name where the parameter exists. |
A list.
network_input <- param_dataframe(
id = 'network',
process = "simulation",
description = "The network information is used to show the relationship of nodes."
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.