View source: R/runQAQCReview.R
runQAQCReview | R Documentation |
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))
data |
output from evaluateDeployment either as a dataframe or path to a CSV file containing the same data |
issue |
if not |
freqLims |
frequency limits (Hz) for plotting |
invisibly data
Taiki Sakai taiki.sakai@noaa.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.