Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

end_processing

Runs the post-processing step on a startr project.


Description

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.

Usage

end_processing(
  should_clean_processing_variables = TRUE,
  should_beep = TRUE,
  logged_vars = NULL
)

Arguments

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.

Value

No return value, called for side effects


upstartr

Utilities Powering the Globe and Mail's Data Journalism Template

v0.1.1
MIT + file LICENSE
Authors
Tom Cardoso [aut, cre] (creator and maintainer), Michael Pereira [ctb], The Globe and Mail Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.