https://github.com/hadley/dplyr
Raw File
Tip revision: f924de29384074a0acd075a63bf2ea96d87e16d4 authored by Kirill Müller on 10 November 2018, 12:26:47 UTC
available and available_download
Tip revision: f924de2
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