View source: R/generate_tool_command.R
generate.tool.command | R Documentation |
This function generates a character string of a command given a tool and its arguments.
generate.tool.command(tool, tool.path = NULL, ...)
tool |
character; name of the appropriate tool, e.g. "kneaddata" or "humann". |
tool.path |
character; path to script for sourcing tool, if required by system, this will also append the command |
... |
other commands to pass to appropriate tool. Names must match short or long version found in that tool's help page. If the flag takes no argument in the tool, pass "flag" to the argument. E.g. for bash command |
system
, list2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.