View source: R/utils-rocrate.R
| add_workflow | R Documentation |
Register a workflow script (e.g. R, Python, Nextflow) as a
ComputationalWorkflow entity inside the RO-Crate.
add_workflow(
rocrate,
file_id,
name = NULL,
description = NULL,
language = "R",
content = NULL
)
rocrate |
RO-Crate object, see rocrate. |
file_id |
Filename of the workflow script. |
name |
Workflow name. |
description |
Optional description. |
language |
Programming language (default |
content |
Optional script contents. |
Updated RO-Crate object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.