for_dates: Filters a given table by date bracket

Description Usage Arguments

View source: R/generics.R

Description

Will round start and end dates according to the granularity of the receiving table. If end date is omitted, will default to the current date.

Usage

1
for_dates(.tbl, start = NULL, end = NULL)

Arguments

start

the start of a date bracket.

end

the end of a date bracket. Defaults to today.


gmega/playaxdata documentation built on April 4, 2021, 5:21 a.m.