View source: R/get_apicarto_viticole.R
get_apicarto_viticole | R Documentation |
Implementation of the "Appellations viticoles" module from the IGN's apicarto. The module uses a database maintained by FranceAgriMer. This database includes : appellation d'origine contrôlée (AOC) areas, protected geographical indication areas (IGP) and wine growing areas without geographical indications (VSIG)
get_apicarto_viticole(x,
dTolerance = 0)
x |
Object of class |
dTolerance |
numeric; tolerance parameter. The value of |
/!\ For the moment the API cannot returned more than 1000 features.
Object of class sf
## Not run:
library(sf)
penmarch <- read_sf(system.file("extdata/penmarch.shp", package = "happign"))
VSIG <- get_apicarto_viticole(penmarch)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.