AerialDataZip: Create a .zip file of the associated observation files,...

View source: R/AerialDataZip.R

AerialDataZipR Documentation

Create a .zip file of the associated observation files, design transects, and design strata for a project

Description

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.

Usage

AerialDataZip(area = "none", drive = "K:", output.folder = "none", year)

Arguments

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.

Details

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.

Value

None, but a .zip output file is written to the output.folder or working directory.

Author(s)

Charles Frost, charles_frost@fws.gov

References

https://github.com/USFWS/AKaerial

Examples

 AerialDataZip(area="YKD", drive="T:", year=c(2000:2019))


USFWS/AKaerial documentation built on April 3, 2025, 4:06 p.m.