Skip to contents

list_processing_skill_parameters returns the extra parameters required for a processing skill.

Usage

list_processing_skill_parameters(processing_skill)

Arguments

processing_skill

the name of the processing skill you want the model to use for a specific task

Value

a text vector containing the exact extra variables needed by that processing skill.

Details

This outputs the variable names that need to be given as extra parameters to be able to use this processing skill. If there is no extra variable, NA is returned.

Examples

list_processing_skill_parameters("translate")
#> [1] "target_language"