R/censusr.R

#' censusr: A package to download Census API data
#'
#' The censusr package provides principally one main function: call_census_api
#' allows users to pass a list of variables and a list of geographies, and returns
#' a data_frame with the requested data.
#'
#' @docType package
#' @name censusr
#'
NULL

globalVariables(c("geoid"))
transportfoundry/censusr documentation built on May 31, 2019, 7:46 p.m.