File: constant.R

package info (click to toggle)
r-cran-future 1.11.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,380 kB
  • sloc: sh: 14; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 167 bytes parent folder | download
1
2
3
4
5
## Used only internally
constant <- function(value, ...) {
  ConstantFuture(value = value, ...)
}
class(constant) <- c("constant", "uniprocess", "future", "function")