| get_node_table | R Documentation |
Creates a data frame containing node information from a Monte Carlo module network. Includes node attributes, values, and relationships.
get_node_table(mcmodule, variate = 1, inputs = FALSE)
mcmodule |
An mcmodule object containing node information |
variate |
Integer indicating which variate to extract (default: 1) |
inputs |
Include non-node inputs: data-sets, data-frames and columns (optional) |
A data frame containing node information and attributes
node_table <- get_node_table(imports_mcmodule)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.