Skip to contents

Displays detailed information about a built-in tool including commands and parameters.

Usage

sn_show_tool(tool_name, command = NULL)

Arguments

tool_name

Character. Name of the tool.

command

Character. Specific command to show (optional).

Value

Invisible. Information is printed to console.

See also

Examples

if (FALSE) { # \dontrun{
# Show all tool information
sn_show_tool("samtools")

# Show specific command
sn_show_tool("samtools", "view")
} # }