end_processing | R Documentation |
The post-processing step, run as part of upstartr::run_process
during the process.R
stage of a startr project, removes all variables
saved by upstartr::begin_processing
and then beeps to announce it's finished.
end_processing(
should_clean_processing_variables = TRUE,
should_beep = TRUE,
logged_vars = NULL
)
should_clean_processing_variables |
Either TRUE, FALSE, or pulled from the environment if set. |
should_beep |
Either TRUE, FALSE, or pulled from the environment if set. |
logged_vars |
A list of variables that existed before the processing step began. |
No return value, called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.