View source: R/functions_wrapper.R
run_tool | R Documentation |
Run tool workflow
note:: This is a general function that can run any tool. There is also one function for each specific tool. Please refer to the documentation of these for more specific information.
run_tool(name, ...)
name |
(str) Name of tool to run |
... |
Arguments to pass to tool |
(Results) Results object for tool
## Not run:
model <- load_example_model("pheno")
res <- run_tool("ruvsearch", model)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.