| mc_keys | R Documentation |
Extracts key columns from Monte Carlo node's associated data.
mc_keys(mcmodule, mc_name, keys_names = NULL)
mcmodule |
Monte Carlo module containing nodes and data |
mc_name |
Name of the node to extract keys from |
keys_names |
Vector of column names to extract (optional) |
Dataframe with scenario_id and requested key columns
keys_df <- mc_keys(imports_mcmodule, "w_prev")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.