saveObj {mapping} | R Documentation |
Save mapping obj
Description
Save output from loadCoord
function, sf
objects, IT
, EU
, WR
, and US
in different format
Usage
saveObj(obj, name, as = c("RData", "csv", "json", "geojson", "shp"), ...)
Arguments
obj |
Output from |
name |
output name |
as |
format |
... |
further arguments |
Value
No return value.
Examples
## Not run:
data("popIT")
it <- IT(data = popIT, unit = "provincia", year = "2019")
saveObj(it, name = "it.RData")
## End(Not run)
[Package mapping version 1.4.1 Index]