failwith {plyr}R Documentation

Fail with

Description

Modify a function so that it returns a default value when there is an error.

Usage

failwith(default = NULL, f, quiet = FALSE)

Arguments

default default value
f function
quiet

Value

a function

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

try_default


[Package plyr version 0.1.5 Index]