From 3648a850b849ac828e0d120399a48b4c4a63ad80 Mon Sep 17 00:00:00 2001 From: Paolo Di Lorenzo Date: Sun, 10 Dec 2023 21:09:06 -0500 Subject: [PATCH] Update changelog with fips_data --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 475fbc9..a36356a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,8 @@ # usmapdata 0.1.1.9999 - +* Add `fips_data` function to load raw FIPS data from included csv files. + * `fips_data()`, `fips_data("state")`, or `fips_data("states")` load state FIPS codes + * `fips_data("county")` or `fips_data("counties")` load county FIPS codes # usmapdata 0.1.1 Released Saturday, October 21, 2023.