photos_qaqc: Check 'Photos' table for errors

Description Usage Arguments Author(s) Examples

Description

photos_qaqc looks for errors in the timestamps of the photos uploaded into the UWIN database. The 'Visits' table must also be present in the list object supplied by collect_tables as the timestamps are compared to the set and pull records in this table.

Usage

1
photos_qaqc(uwin_data = NULL, file_conn = NULL)

Arguments

uwin_data

The list object returned from collect_tables. If the Photos and Visits table is not within this object an error will occur.

file_conn

The file path in which to write errors to supplied as a character string. This argument is managed automatically if do_qaqc is called instead. If left NULL then visits_qaqc will create a error_reports sub-folder in the working directory and populate it with an error report titled error_report_DATE.txt where DATE is the current date called via Sys.Date

Author(s)

Mason Fidino

Examples

1
uwin_list <- photos_qaqc(uwin_data = uwin_test)

mfidino/uwinr documentation built on Oct. 9, 2019, 10:02 p.m.