availableWF | R Documentation |
systemPipeRdata
package
This function checks the workflow templates availability from systemPipeRdata
package and
also from systemPipeR Organization on GitHub.
availableWF(github = FALSE)
github |
logical. If |
Internally, this function uses the GitHub API, and there is an access limit per hour.
For more details, please check: system("curl -i https://api.github.com/users/<username>")
.
Workflow templates are printed on the console, and also return an invisible list
with the names of the workflows templates availabe at systemPipeRdata
package. If github = TRUE
, it will return an addicional data.frame
with current workflow templates available on systemPipeR
Organization in
the list.
We are assuming that workflow templates repositories under systemPipeR Organization content the keyword "Workflow Template" on the Description section and "Topics" section, we expected "systempiper" and "release" or "development" words.
Daniela Cassol
genWorkenvir
.
availableWF()
## Not run:
## List Workflow Templates from \code{systemPipeR} Organization
availableWF(github = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.