GatherData | R Documentation |
GatherData will compile all data for a project over its history, add transect panel information (if available), and a unique transect identifier
GatherData(
area = "none",
drive = "K:",
output.folder = "none",
method = "repo"
)
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 3 output files: flight.csv, obs.csv, and transect.csv, defaults to the working directory. |
GatherData is designed to compile all data over a range of years for a project with a given design transect layer and design stratification. It will add a series of columns to the resulting data that are used to derive the unique identifier for a transect that may have also occurred in other years (for a panel design).
None, but 3 output files are written to the output.folder or working directory.
Charles Frost, charles_frost@fws.gov
https://github.com/USFWS/AKaerial
GatherData(area="YKD", drive="T:")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.