find_flagged_data: Find results with a particular flag

Description Usage Arguments Value

View source: R/flagging.R

Description

Check the QC_FLAGS table to find results that have been flagged with the given flag code

Usage

1
find_flagged_data(cyan_connection, flag_code, collect = TRUE)

Arguments

cyan_connection

a CyAN database connection from connect_cyan

flag_code

the flag code of interest

collect

a logical indicating whether the query will be pulled into a local tibble using dbplyr::collect. If you are planning on doing further selection or filtering, you may want not want to collect until you're ready

Value

a table of all results that have been flagged with the specified flag code


USGS-R/CyAN documentation built on Sept. 29, 2019, 3:52 p.m.