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"))

Try the censusr package in your browser

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

censusr documentation built on May 2, 2019, 9:41 a.m.