https://github.com/hadley/dplyr
Raw File
Tip revision: 8541e1722ea321b37a5db91691df23e2f79154ae authored by Romain Francois on 30 January 2020, 14:38:34 UTC
Does importing ellipsis soothe CRAN ?
Tip revision: 8541e17
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