Adds a tool to the toolbox. Can add from built-in registry using tool_name, or from custom YAML file.
Arguments
- toolbox
Toolbox object.
- tool_name
Character. Name of the tool (for built-in tools).
- version
Character. Version of the tool. If NULL, uses latest for built-in tools.
- yaml
Character. Path to custom YAML file (alternative to tool_name).
- install
Logical. Whether to install the tool immediately.
- ...
Additional arguments (reserved for future use).
See also
Other tool management:
.sn_validate_tool_legacy()
,
sn_diagnose_tool()
,
sn_initialize_toolbox()
,
sn_install_micromamba()
,
sn_install_tool()
,
sn_remove_tool()
,
sn_reset_toolbox()
,
sn_validate_tool()