View source: R/commmune_suisse_api.R
commune_suisse_api | R Documentation |
Basic function to query ofs commune app
commune_suisse_api(
name = "",
start_time = "01.01.2019",
end_time = "01.01.2019",
minDist = 0.95
)
name |
a character string the name of the muncipality to query |
start_time , end_time |
a character string the start and end dates as dd.mm.yyy |
minDist |
minimum Levenshtein distance for string matching |
https://www.agvchapp.bfs.admin.ch/fr/communes/query
## Not run:
commune_suisse_api(name = "Morges")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.