| saveObj | R Documentation | 
Save output from loadCoord function, sf objects, IT, EU, WR, and US in different format
saveObj(obj, name, as = c("RData", "csv", "json", "geojson", "shp"), ...)
| obj | Output from  | 
| name | output name | 
| as | format | 
| ... | further arguments | 
No return value.
## Not run: 
data("popIT")
it <- IT(data = popIT, unit = "provincia", year = "2019")
saveObj(it, name = "it.RData")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.