R/process_graph_building.R
create_variable.Rd
This function creates a variable to be used in the designated process graph with additional optional information.
create_variable( name, description = NULL, type = NULL, subtype = NULL, default = NULL )
the name of the variable
an optional description of the variable
the type of the value that is replaced on runtime, default 'string'
the subtype of the type (as specified by openEO types)
the default value for this variable
a ProcessGraphParameter() object
ProcessGraphParameter()