Learn R Programming

⚠️There's a newer version (0.10.2) of this package.Take me there.

ArgumentCheck (version 0.10.0)

Improved Communication to Users with Respect to Problems in Function Arguments

Description

The typical process of checking arguments in functions is iterative. In this process, an error may be returned and the user may fix it only to receive another error on a different argument. 'ArgumentCheck' facilitates a more helpful way to perform argument checks allowing the programmer to run all of the checks and then return all of the errors and warnings in a single message.

Copy Link

Version

Install

install.packages('ArgumentCheck')

Monthly Downloads

6

Version

0.10.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Benjamin Nutter

Last Published

July 10th, 2015

Functions in ArgumentCheck (0.10.0)

match_arg

Argument Verification Using Partial Matching
ArgumentCheck

Improved Argument Check Communication
addError

Argument Checking