errorizer: Function Errorizer

Provides a function to convert existing R functions into "errorized" versions with added logging and handling functionality when encountering errors or warnings. The errorize function accepts an existing R function as its first argument and returns a R function with the exact same arguments and functionality. However, if an error or warning occurs when running that "errorized" R function, it will save a .Rds file to the current working directory with the relevant objects and information required to immediately recreate the error.

Getting started

Package details

AuthorIan K. Kyle
MaintainerIan K. Kyle <iankyle1@gmail.com>
LicenseBSD_2_clause + file LICENSE
Version0.2.1
URL https://github.com/ikkyle/errorizer
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("errorizer")

Try the errorizer package in your browser

Any scripts or data that you put into this service are public.

errorizer documentation built on May 2, 2019, 5:39 a.m.