Launches a shiny app that allows users to review QAQC outputs created by evaluateDeployment and interactively mark potential problems to investigate. Potential problems can be saved in an "Issues Log" that can be downloaded as a CSV file.
runQAQCReview(data, issue = NULL, freqLims = c(30, Inf))
invisibly data
output from evaluateDeployment either as a dataframe or path to a CSV file containing the same data
if not NULL
, a dataframe or path to CSV file of
issue logs previously created with this function
frequency limits (Hz) for plotting
Taiki Sakai taiki.sakai@noaa.gov