The {svMisc} package is of general use among SciViews::R, a layer on top of R, and the tidyverse. This package collects together a series of general functions to manage a centralized environment for temporary variables, a progress bar and batch analysis mode, etc.
temp_env()
for using a temporary environment attached to the search path,
temp_var()
create the name of temporary variables,
capture_all()
to capture R output, errors, warnings and messages,
parse_text()
to parse any R expression, including partial or incorrect
ones (fails gracefully).
Useful links: