R/get.zipfile.prefix.R

Defines functions get.zipfile.prefix

Documented in get.zipfile.prefix

#' @title Get first part of ACS zip file name.
#' @description Get the first part of the zipfile name for the ACS 5-year summary file datafiles on the US Census Bureau FTP site.
#' @param end.year Optional character, specifying last year of 5-year summary file data.
#' @seealso [get.acs()], [get.datafile.prefix()], [datafile()], [geofile()], [get.zipfile.prefix()]
#'
get.zipfile.prefix	<- function(end.year = acsdefaultendyearhere_func()) {
  return(get.datafile.prefix(end.year = end.year))
}
ejanalysis/ACSdownload documentation built on Jan. 18, 2025, 7:43 a.m.