get_initializer_list: Converts list of strings indicating node types to list of...

Description Usage Arguments Value

View source: R/get_initializer_list.R

Description

This is an internal function used to make a list of initializers for each type of node.

Usage

1
2
3
4
5
6
get_initializer_list(
  node_connection_types,
  start_node_initializer,
  middle_node_initializer,
  end_node_initializer
)

Arguments

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

Value

A list of function handles to an initializers function which takes a node as an argument.


GeertPostma/pathmodelr documentation built on Oct. 5, 2021, 4:17 p.m.