# This code block sets up the engine environment # Please do not remove me raveio::pipeline_setup_rmd("TEMPLATE", project_path = "../../")
Please make sure the following code block is at the end of your pipeline file. This block will build the pipeline and generate a make-TEMPLATE.R
script with your pipeline markdown file. RAVE
will use the generated pipeline script to execute the pipeline in the dashboard application, or in massive production mode.
build_pipeline(make_file = "make-TEMPLATE.R")
Once the pipeline script make-TEMPLATE.R
is built, you can visualize and execute the pipeline without the need of re-knit this document. Notice we use r
block instead of rave
. (This is because the code blocks are not part of pipeline targets.)
# Fixed usage, show pipeline graph try({ asNamespace("raveio")$pipeline_dependency_graph( pipeline_path = ".", glimpse = TRUE) }, silent = TRUE)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.