View source: R/AerialDataZip.R
AerialDataZip | R Documentation |
AerialDataZip will combine the observation files, design transects, and design strata for a range of years for a survey and combine them into a .zip file created (by default) into the current working directory.
AerialDataZip(area = "none", drive = "K:", output.folder = "none", year)
area |
The abbreviation for the project. |
drive |
The drive letter referring to the location of the Waterfowl directory (for example, "K:" or "Q:"). |
output.folder |
The folder for the output .zip file. |
AerialDataZip is designed to quickly combine "official" data files into a .zip file for distribution. It will draw from the MasterFileList and output to the current working directory, unless another path is specified.
None, but a .zip output file is written to the output.folder or working directory.
Charles Frost, charles_frost@fws.gov
https://github.com/USFWS/AKaerial
AerialDataZip(area="YKD", drive="T:", year=c(2000:2019))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.