View source: R/external_tools.R
| get_tool_versions | R Documentation |
Retrieve version information for previously tracked external tools
get_tool_versions(
tool_name = NULL,
registry_file = ".capsule/tools_registry.json"
)
tool_name |
Character. Specific tool name, or NULL for all tools |
registry_file |
Character. Path to tools registry |
List of tool version information
## Not run:
# Get all tracked tools
get_tool_versions()
# Get specific tool
get_tool_versions("samtools")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.