1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/global_progression_handler.R
\name{global_progression_handler}
\alias{global_progression_handler}
\title{A Global Calling Handler For 'progression':s}
\usage{
global_progression_handler(condition)
}
\arguments{
\item{condition}{A logical scalar or a condition object.}
}
\value{
Nothing.
}
\description{
A Global Calling Handler For 'progression':s
}
\section{Requirements}{
This function requires R (>= 4.0.0) - the version in which global calling
handlers where introduces.
}
\keyword{internal}
|