format_sf {stats19} | R Documentation |
Format convert STATS19 data into spatial (sf) object
Description
Format convert STATS19 data into spatial (sf) object
Usage
format_sf(x, lonlat = FALSE)
Arguments
x |
Data frame created with |
lonlat |
Should the results be returned in longitude/latitude?
By default |
Examples
x_sf = format_sf(accidents_sample)
sf:::plot.sf(x_sf)
[Package stats19 version 3.0.3 Index]