R/zzroxygen.R

Defines functions template_var_year template_var_county template_var_state

template_var_state <- function() { # nocov start
  'FIPS, postal codes, or full names of states.'
} # nocov end

template_var_county <- function() { # nocov start
  'FIPS codes or full names of counties. Optional.'
} # nocov end

template_var_year <- function() { # nocov start
  'Integer year. Required. 2000 and 2010-2025 are currently supported.'
} # nocov end

Try the tinytiger package in your browser

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

tinytiger documentation built on Nov. 5, 2025, 7:11 p.m.