ls_list_usa: List USA Forest Inventory and Analysis (FIA) datasets

Description Usage Arguments Value References Examples

View source: R/ls_list_usa.R

Description

List USA Forest Inventory and Analysis (FIA) datasets

Usage

1

Arguments

...

curl options passed on to crul::verb-GET

Value

a list of three data.frames (as tibble's), one for reference metadata files, datasets by state and datasets with all states combined

References

https://apps.fs.usda.gov/fia/datamart/CSV/datamart_csv.html

Examples

1
2
3
4
5
6
7
8
## Not run: 
x <- ls_list_usa()
x
x$ref_table
x$by_state
x$all_states

## End(Not run)

ropenscilabs/laselva documentation built on April 11, 2021, 10:45 a.m.