R/every_int32.R

Defines functions every_int

Documented in every_int

#' Every integer
#' @param nThread Number of threads.
#' @param na Value for \code{NA_INTEGER}.
#' @export

every_int <- function(nThread = getOption("hutilsc.nThread", 1L), na = NA_integer_) {
  .Call("Cevery_int32", nThread, na, PACKAGE = "hutilscpp") # nocov
}

Try the hutilscpp package in your browser

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

hutilscpp documentation built on Oct. 11, 2023, 9:06 a.m.