MassReport | R Documentation |
GreenLight
function to an entire folderMassReport will scan a folder for .csv data files and apply the GreenLight
function to each.
MassReport(folder.path = NA, area = NA, method = "both")
folder.path |
The path name to the folder containing the raw .csv files. Either folder.path or area must be specified. |
area |
The area code for dedicated MBM Alaska region surveys. Either folder.path or area must be specified. Acceptable values include:
|
method |
Specify
|
MassReport is designed to produce QAQC reports for a large number of files based on a set of established criteria for data integrity. It can also create the files used for analysis (those with extraneous species codes removed) based on the method chosen. It was created to avoid single calls to Greenlight when changes are implemented in the QAQC process that need to be applied to all data files at once, such as including or excluding a species in the generated sharable analysis files.
None
Charles Frost, charles_frost@fws.gov
https://github.com/USFWS/AKaerial
MassReport(area="ACP", method="both")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.