Download a national rails shapefile into R
National dataset for US railroads, including carlines, streetcars, monorails, mass transit, cog rail, incline rail, and trams.
rails(year = NULL, ...)
year |
the data year (defaults to 2019). |
... |
arguments to be passed to the underlying 'load_tiger' function, which is not exported.
Options include |
Other transportation functions:
address_ranges()
,
primary_roads()
,
primary_secondary_roads()
,
roads()
## Not run: library(tigris) rls <- rails() plot(rls$geometry) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.