Miscellaneous functions for 'SciViews' or general use: manage a temporary environment attached to the search path for temporary variables you do not want to save() or load(), test if 'Aqua', 'Mac', 'Win', ... Show progress bar, 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).
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.
Useful links: