You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over the period 2000-2024, there have been several changes to
36
+
Over the period 2000-2025, there have been several changes to
37
37
the list of municipalities in New Jersey:
38
38
39
39
* In 2005, South Belmar became Lake Como. The US Census assigned
@@ -46,19 +46,19 @@ a new GEOID to Lake Como.
46
46
* In 2022, Pine Valley was absorbed by Pine Hill.
47
47
48
48
This package will return municipality tables for any year from 2000 to
49
-
2024, and provides tools for dealing the changes from year to year.
49
+
2025, and provides tools for dealing the changes from year to year.
50
50
51
51
## Examples
52
52
#### Get a table of municipalities
53
53
Function `get_municipalities` returns a table of municipalities for a
54
-
given year. The default is year 2024.
54
+
given year. The default is year 2025.
55
55
```{r}
56
56
library(njmunicipalities)
57
57
58
-
# Municipality table for 2024
58
+
# Municipality table for 2025
59
59
get_municipalities() |> head(n=5)
60
60
```
61
-
If the year is specified (from 2000 to 2024), the table will reflect the names and US Census GEOIDs in effect for that year. Here is the list for 2007.
61
+
If the year is specified (from 2000 to 2025), the table will reflect the names and US Census GEOIDs in effect for that year. Here is the list for 2007.
0 commit comments