Learn R Programming

mapping (version 1.4.1)

saveObj: 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"), ...)

Value

No return value.

Arguments

obj

Output from loadCoord function, sf objects, IT, EU, WR, and US

name

output name

as

format

...

further arguments

Examples

Run this code

if (FALSE) {

data("popIT")
it <- IT(data = popIT, unit = "provincia", year = "2019")
saveObj(it, name = "it.RData")

}

Run the code above in your browser using DataLab