R/tidycensus-package.R

#' Return tidy data frames from the US Census Bureau API
#'
#' This packages uses US Census Bureau data but is neither endorsed nor supported by the US Census Bureau.
#'
#' @author Kyle Walker
#' @name tidycensus
#' @docType package
#' @import httr
#' @import sf
#' @import dplyr
#' @importFrom purrr map_dbl map_chr map reduce map_df flatten_df modify_depth
#' @import tidyr
#' @importFrom jsonlite fromJSON
#' @import tigris
#' @import stringr
#' @import rvest
#' @import rappdirs
#' @importFrom readr read_rds write_rds
#' @importFrom xml2 read_html
#' @import units
NULL
ColoradoDemography/tidycensus documentation built on May 18, 2019, 7:04 p.m.