1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/svMisc-package.R
\docType{package}
\name{svMisc-package}
\alias{svMisc}
\alias{svMisc-package}
\title{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.
}
\section{Important functions}{
\itemize{
\item \code{\link[=temp_env]{temp_env()}} for using a temporary environment attached to the search path,
\item \code{\link[=temp_var]{temp_var()}} create the name of temporary variables,
\item \code{\link[=capture_all]{capture_all()}} to capture R output, errors, warnings and messages,
\item \code{\link[=parse_text]{parse_text()}} to parse any R expression, including partial or incorrect
ones (fails gracefully).
}
}
\seealso{
Useful links:
\itemize{
\item \url{https://github.com/SciViews/svMisc}
\item \url{https://www.sciviews.org/svMisc/}
\item Report bugs at \url{https://github.com/SciViews/svMisc/issues}
}
}
\author{
\strong{Maintainer}: Philippe Grosjean \email{phgrosjean@sciviews.org} (\href{https://orcid.org/0000-0002-2694-9471}{ORCID})
Other contributors:
\itemize{
\item Romain Francois \email{romain@r-enthusiasts.com} [contributor]
\item Kamil Barton \email{kamil.barton@uni-wuerzburg.de} [contributor]
}
}
|