R/constant.R

Defines functions constant

## Used only internally
constant <- function(...) {
  ConstantFuture(...)
}
class(constant) <- c("constant", "uniprocess", "future", "function")

Try the future package in your browser

Any scripts or data that you put into this service are public.

future documentation built on July 9, 2023, 6:31 p.m.