This data set is a data.frame
containing tools by name, their parameters, and associated metadata, as available in WhiteboxTools 1.5.0
A data.frame
with 1706 observations of 13 variables
"function_name"
- R function name
"tool_name"
- WhiteboxTools tool name
"name"
- parameter name
"flags"
- flags used to specify parameter on command line; comma separated
"description"
- parameter description
"parameter_class"
- parameter type
"parameter_detail"
- parameter details; character: data type followed by colon and more specifics, For OptionList possible values, comma-separated (if defined)
"default_value"
- parameter default value, if any
"optional"
- parameter "optional" flag; note that some combination of optional parameters may be required for certain conditions
"label"
- labels for selected subset of "flags"
used as R function argument names for wbt_
functions
"is_input"
- logical. Classification of 'input' parameters
"is_output"
- logical. Classification of 'output' parameters