pipeline_install {ravepipeline} | R Documentation |
Install 'RAVE' pipelines
Description
Install 'RAVE' pipelines
Usage
pipeline_install_local(
src,
to = c("default", "custom", "workdir", "tempdir"),
upgrade = FALSE,
force = FALSE,
set_default = NA,
...
)
pipeline_install_github(
repo,
to = c("default", "custom", "workdir", "tempdir"),
upgrade = FALSE,
force = FALSE,
set_default = NA,
...
)
Arguments
src |
pipeline directory |
to |
installation path; choices are |
upgrade |
whether to upgrade the dependence; default is |
force |
whether to force installing the pipelines |
set_default |
whether to set current pipeline module folder as the default, will be automatically set when the pipeline is from the official 'Github' repository. |
... |
other parameters not used |
repo |
'Github' repository in user-repository combination, for example,
|
Value
nothing
Examples
## Not run:
pipeline_install_github("rave-ieeg/pipelines")
# or download github.com/rave-ieeg/pipelines repository, extract
# to a folder, and call
pipeline_install_local("path/to/pipeline/folder")
## End(Not run)
[Package ravepipeline version 0.0.1 Index]