R/method_create_ti_method_definition.R
create_ti_method_definition.Rd
The local method definition file describes a method that is runnable on the local system.
create_ti_method_definition(definition, script, return_function = TRUE)
definition | A definition, see |
---|---|
script | Location of the script that will be executed. Has to contain a #! |
return_function | Whether to return a function that allows you to override the default parameters, or just return the method meta data as is. |