get_opp_table | R Documentation |
Return a tibble for the opp table.
get_opp_table(
db,
sfl_join = TRUE,
all_sfl_columns = FALSE,
outlier_join = TRUE,
particles_in_all_quantiles = TRUE,
file_flag_filter = TRUE
)
db |
SQLite3 database file path. |
sfl_join |
Join to SFL table by file ID, adding a date column and removing OPP entries with no corresponding SFL entry. |
all_sfl_columns |
If joining to SFL, include all SFL columns. |
outlier_join |
Left join to outlier table by file ID, adding an outlier flag column. This function will not perform any filtering by outlier flag. |
particles_in_all_quantiles |
Only keep files that have OPP particles in all quantiles. |
Tibble of opp table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.