Description Usage Arguments Value Author(s) Examples
View source: R/qaqc_functions.R
visits_qaqc looks for data entry errors in the 'Visits' table
in the UWIN database.
1  | visits_qaqc(uwin_data = NULL, file_conn = NULL)
 | 
uwin_data | 
 The list object returned from   | 
file_conn | 
 The file path in which to write errors to supplied
as a character string. This argument is managed automatically if
  | 
Returns uwin_data, will stop if data is not correctly entered
and stop_on_error is TRUE.
visits_qaqc also creates a new column in the visits table titled
SurveyID which concatenates the LocationID, SeasonID,
and year from VisitDate, seperated by a dash (e.g.,
"449-4-17").
Mason Fidino
1  | uwin_list <- visits_qaqc(uwin_data = uwin_test)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.