Creates a list of nodes based on a given model expression, handling input,
output, and previous nodes with their properties and relationships.
Arguments
- exp
An R expression containing model calculations
- param_names
Optional named vector for parameter renaming
- mctable
Reference table for mcnodes, defaults to set_mctable()
- data_keys
Data structure and keys, defaults to set_data_keys()
Value
A list of class "mcnode_list" containing node information
Examples
if (FALSE) { # \dontrun{
get_node_list(exp = imports_exp, mctable = imports_mctable, data_keys = imports_data_keys)
} # }