Revision ce60f670aac0a708d3a9af5f0cf46a752d46ba8a authored by John M Chambers on 28 October 2020, 07:59:48 UTC, committed by cran-robot on 28 October 2020, 07:59:48 UTC
1 parent 698183c
Raw File
recoverHandler.Rd
\name{recoverHandler}
\alias{recoverHandler}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{Calling handler for recover}
\description{
  A handler to use with function \code{\link{withCallingHandlers}}.
}
\usage{
recoverHandler(condition)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{condition}{ the condition passed in }
}
\value{
  None of interest
}

\keyword{programming}
back to top