failwith {dplyr}R Documentation

Fail with specified value.

Description

Deprecated. Please use purrr::possibly() instead.

Usage

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

Arguments

default

default value

f

function

quiet

all error messages be suppressed?

Value

a function

See Also

plyr::try_default()


[Package dplyr version 0.8.5 Index]