View source: R/data_modifications.R
Filter the results table by vars in the PLOTS and PLOTS_DYNAMIC tables as well as by columns in the data itself
1 | nfi_results_filter(nfi_data, variables, conn, ..., .collect = TRUE)
|
nfi_data |
tbl from |
variables |
character vector with the variables to filter by |
conn |
pool connection to the database |
... |
Filter expressions, in the same order as |
.collect |
Logical indicating if the tbl must be collected locally. Default to TRUE |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.