nfi_results_filter: Filter the nfi_results table

Description Usage Arguments

View source: R/data_modifications.R

Description

Filter the results table by vars in the PLOTS and PLOTS_DYNAMIC tables as well as by columns in the data itself

Usage

1
nfi_results_filter(nfi_data, variables, conn, ..., .collect = TRUE)

Arguments

nfi_data

tbl from nfi_results_data

variables

character vector with the variables to filter by

conn

pool connection to the database

...

Filter expressions, in the same order as variables argument

.collect

Logical indicating if the tbl must be collected locally. Default to TRUE


MalditoBarbudo/tidyNFI documentation built on Sept. 7, 2019, 9:11 a.m.