Created
August 25, 2016 00:03
-
-
Save dalmat36/67ef7e14efcf28bafcf54f18bfc1809e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(blscrapeR) | |
df <- get_bls_county(stateName = "Pennsylvania") | |
bls_map_county(map_data=df, fill_rate = "unemployed_rate", | |
stateName = "Pennsylvania") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment