View source: R/download_FIADB.R
download_by_state | R Documentation |
This function downloads FIA data for a single state
download_by_state(
state,
file_dir = tempdir(),
files = c("PLOT", "SUBPLOT", "COND", "TREE", "SURVEY")
)
state |
character state abbreviation code |
file_dir |
directory into which files will be downloaded. By default this is the R temporary directory ('tempdir()') |
files |
list of FIA tables to download. Tables must be identified by their 'Oracle Table Name' as described in the 'Index of Tables' in FIADB User Guide. |
list of filepaths
Henry Rodman
## Not run:
fia_files <- download_fia_by_state("MN")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.