pipeline_install | R Documentation |
Install 'RAVE' pipelines
pipeline_install_local(
src,
to = c("default", "custom", "workdir", "tempdir"),
upgrade = FALSE,
force = FALSE,
...
)
pipeline_install_github(
repo,
to = c("default", "custom", "workdir", "tempdir"),
upgrade = FALSE,
force = FALSE,
...
)
src |
pipeline directory |
to |
installation path; choices are |
upgrade |
whether to upgrade the dependence; default is |
force |
whether to force installing the pipelines |
... |
other parameters not used |
repo |
'Github' repository in user-repository combination, for example,
|
nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.