runQAQCReview: Run QAQC Review Shiny App

View source: R/runQAQCReview.R

runQAQCReviewR Documentation

Run QAQC Review Shiny App

Description

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.

Usage

runQAQCReview(data, issue = NULL, freqLims = c(30, Inf))

Arguments

data

output from evaluateDeployment either as a dataframe or path to a CSV file containing the same data

issue

if not NULL, a dataframe or path to CSV file of issue logs previously created with this function

freqLims

frequency limits (Hz) for plotting

Value

invisibly data

Author(s)

Taiki Sakai taiki.sakai@noaa.gov


PAMscapes documentation built on April 4, 2025, 2:17 a.m.