Description Usage Arguments Value
Check the QC_FLAGS table to find results that have been flagged with the given flag code
1 | find_flagged_data(cyan_connection, flag_code, collect = TRUE)
|
cyan_connection |
a CyAN database connection from |
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 |
a table of all results that have been flagged with the specified flag code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.