Writes to a file the R code to reproduce a pipeline..
1 2 3 4 5 | write_pipeline(
pkgs = c("rgbif", "rgnparser", "RTNRS"),
pipeline_script = "pipelines/template.R",
write_intermediate_steps = FALSE
)
|
pkgs |
packages to call sequentially. |
pipeline_script |
file where to write the R code. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.