Skip to content

blscrapeR 3.0

Compare
Choose a tag to compare
@keberwein keberwein released this 23 Aug 12:56
· 80 commits to master since this release

New Features

Added the map_bls() function. This function replaces the deprecated bls_map_county() bls_map_state() functions and is not backward compatible.

Updated internal data to 2016 FIPS standards.

Enhancements

Updated internal functions to use tidyverse methods. This includes the addition of a few dependencies such as purrr, tibble, and dplyr.

All data are now returned as tibbles.

Documentation

Updated all existing vignettes to use tidyverse functions.

Edited mapping vignette to include new map_bls() function.

Added tidyverse style code to the readme and vignettes.