Download 'RAVE' built-in pipelines and code snippets
Source:R/aaa.R
ravepipeline_finalize_installation.Rd
The official built-in pipeline repository is located at https://github.com/rave-ieeg/rave-pipelines; The code snippet repository is located at https://github.com/rave-ieeg/rave-gists.
Usage
ravepipeline_finalize_installation(
upgrade = c("ask", "always", "never", "config-only", "data-only"),
async = FALSE,
...
)
Examples
if (FALSE) { # \dontrun{
# This function requires connection to the Github, and must run
# under interactive session
if(interactive()) {
ravepipeline_finalize_installation()
}
} # }