R/decode_age_range.R

Defines functions decode_age_range

decode_age_range <- function(x, nThread = getOption("grattan.nThread", 1L)) {
  .Call("Cdecode_age_range", x, nThread, PACKAGE = "grattan")
}

Try the grattan package in your browser

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

grattan documentation built on Sept. 4, 2023, 5:08 p.m.