svMisc-package {svMisc} | R Documentation |
Miscellaneous Functions for 'SciViews::R'
Description
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.
Important functions
-
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).
Author(s)
Maintainer: Philippe Grosjean phgrosjean@sciviews.org (ORCID)
Other contributors:
Romain Francois romain@r-enthusiasts.com [contributor]
Kamil Barton kamil.barton@uni-wuerzburg.de [contributor]
See Also
Useful links:
Report bugs at https://github.com/SciViews/svMisc/issues