File: global_progression_handler.Rd

package info (click to toggle)
r-cran-progressr 0.15.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,132 kB
  • sloc: sh: 13; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 577 bytes parent folder | download
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}