Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 743 Bytes

NEWS.md

File metadata and controls

26 lines (18 loc) · 743 Bytes

urbnmapr 0.0.0.9002

  • Adds SF option to get_urbn_map() and get_urbn_label()
  • Add pkgdown website here

urbnmapr 0.0.0.9001

Two functions have been added to the package, with two additional shape options:

  • get_urbn_map will return the requested shapefile, parsed into a tibble
  • get_urbn_labels will return a tibble of coordinates and map labels

The valid options for each are:

  1. states
  2. counties
  3. ccdf
  4. territories
  5. territories_counties

urbnmapr 0.0.0.9000

This is the initial release of the urbnmapr package. It includes state and county-level shapefiles parsed into a tibble for easy plotting with ggplot2.