filter_dates: filter_dates

View source: R/filter_dates.R

filter_datesR Documentation

filter_dates

Description

remove values from a data.table (non-equi join filter)

Usage

filter_dates(all, subsets, keep = FALSE, include_filt_cols = FALSE)

Arguments

all

data.table to filter (name, datetime)

subsets

data.table of filter start and end times (start, end)

keep

include or exclude the subsets

include_filt_cols

include the columns in the filter table when keep is TRUE

Value

filtered data.table

Author(s)

Jonathan Kennel jkennel@uoguelph.ca


jkennel/rbr documentation built on Feb. 15, 2023, 1:37 a.m.