Description Usage Arguments Value
View source: R/ri_workflowInit.R
Each workflow must be intialised before it can be used. This function performs some checks and sets the project meta data
1 | ri_workflowInit(script, workdir = getwd())
|
script |
name of current script |
workdir |
name of working directory which contains script |
nothing
This functions performs checks to assure that the packages git2r, ricmd, and data file are loaded. It also checks if the script exists and is part of a git repository. If any of the checks fails, the function returns an error.
After the checks this function creates the project meta data. This meta data is used when storing data objects into iRODS.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.