make_spatial_sf {cubble} | R Documentation |
Update the spatial cubble to include the sf class
Description
add geometry list column to cubble_df object
Usage
make_spatial_sf(x, sfc = NULL, crs, silent = FALSE)
Arguments
x |
object of class |
sfc |
object of class |
crs |
object of class |
silent |
logical; suppress message? |
See Also
Examples
climate_mel |> make_spatial_sf()
[Package cubble version 0.3.2 Index]