Description Usage Arguments Details Value References Examples
Fetch French IGN Institut National de L'Information Geographique et Forestiere data
1 2 3 | ls_fetch_fra(year, ...)
ls_fetch_fra_revisit(year, ...)
|
year |
(integer/numeric) data year to get. possible years: 2005-2018 |
... |
curl options passed on to crul::verb-GET |
ls_fetch_fra()
gets the given years data, while
ls_fetch_fra_revisit()
gets revisit data for 5 years after the supplied
year
a list of tibbles
Documentation
documentation_year.csv
documentation_flora.csv
Dead and windfallen trees
dead_trees_forest_year.csv
dead_trees_poplar_year.csv
Covers
cover_forest_year.csv
Ecology
ecology_year.csv
FLora
flora_year.csv
First visits plots
plots_forest_year.csv
plots_poplar_year.csv
Living trees
trees_forest_year.csv
trees_poplar_year.csv
https://inventaire-forestier.ign.fr/
1 2 3 4 5 6 7 8 9 | ## Not run:
res = ls_fetch_fra(year = 2017)
res
ls_fetch_fra(year = 2007)
# revisit data
ls_fetch_fra_revisit(year = 2007)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.