Learn R Programming

errorizer (version 0.2.1)

Function Errorizer

Description

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.

Copy Link

Version

Install

install.packages('errorizer')

Monthly Downloads

24

Version

0.2.1

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Ian Kyle

Last Published

December 11th, 2016

Functions in errorizer (0.2.1)

errorize

Function to create "Errorized" version of existing R functions.