https://github.com/hadley/dplyr
Raw File
Tip revision: d9b59e73ef9ddcfcc7250c2e8454ad8622b9bc69 authored by Kirill Müller on 16 September 2017, 14:55:10 UTC
build on three flavors of R
Tip revision: d9b59e7
failwith.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/failwith.r
\name{failwith}
\alias{failwith}
\title{Fail with specified value.}
\usage{
failwith(default = NULL, f, quiet = FALSE)
}
\arguments{
\item{default}{default value}

\item{f}{function}

\item{quiet}{all error messages be suppressed?}
}
\value{
a function
}
\description{
Deprecated. Please use \code{\link[purrr:possibly]{purrr::possibly()}} instead.
}
\seealso{
\code{\link[plyr:try_default]{plyr::try_default()}}
}
\keyword{internal}
back to top