Description Usage Arguments Value Examples
View source: R/download_cadaster.R
Downloads the json file containing the geo info according to the provided city_code and layer
1  | download_cadaster(city_code, layer = "batiments")
 | 
city_code | 
 A city code (string/number)  | 
layer | 
 The layer we want to get (string)  | 
A file path to the downloaded json file
1 2 3 4  | ## Not run: 
download_cadaster("75001", "batiments")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.