Description Usage Arguments Details Value Examples
To source Rcwl scripts
1 | cwlLoad(rname, bfc = NULL, env = .GlobalEnv)
|
rname |
The name or filepath of tool or pipeline to install ('rname' or 'fpath' column from the 'bfc' object returned from 'cwlSearch'). |
bfc |
The 'BiocFileCache' object for the recipes returned from 'cwlUpdate'. The default is NULL which automatically detect the "Rcwl" cache directory. |
env |
The R enviroment to export to. The default is '.GlobalEnv'. |
Note to developers that the dependent Rcwl scripts should be included in the recipe with '@include' tag.
A 'cwlParam' object. For pipelines, the dependent tools will also loaded.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.