Creates a list of nodes based on a given model expression, handling input, output, and previous nodes with their properties and relationships.
get_node_list(
exp,
param_names = NULL,
mctable = set_mctable(),
data_keys = set_data_keys(),
keys = NULL
)A list of class "mcnode_list" containing node information
An R expression containing model calculations
Optional named vector for parameter renaming
Reference table for mcnodes, defaults to set_mctable()
Data structure and keys, defaults to set_data_keys()
Optional explicit keys for the input data (character vector)