Description Usage Arguments Value
View source: R/get_initializer_list.R
This is an internal function used to make a list of initializers for each type of node.
1 2 3 4 5 6 | get_initializer_list(
node_connection_types,
start_node_initializer,
middle_node_initializer,
end_node_initializer
)
|
node_connection_types |
A list of strings indicating the type of the node |
start_node_initializer |
A handle to a function which takes a node as an argument and is able to initialize a Start type node |
middle_node_initializer |
A handle to a function which takes a node as an argument and is able to initialize a Middle type node |
end_node_initializer |
A handle to a function which takes a node as an argument and is able to initialize an End type node |
A list of function handles to an initializers function which takes a node as an argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.