R/county_to_office_v.R

#' Vectorized version of \code{county_to_office}.
#'
#' Takes a vector of counties (string or numeric) and gives a list of
#' the corresponding rows of ref_lookup_office
#' 
#' @param county string or numeric county_cd
#' 
#' @export
county_to_office_v <- Vectorize(county_to_office, SIMPLIFY=FALSE)
pocdata/pocr documentation built on Jan. 5, 2022, 9:54 a.m.