create_date_window: Create Date Window

Description Usage Arguments Value

Description

Create Date Window

Usage

1
2
create_date_window(starting_date = NULL, ending_date = NULL,
  starting_buffer = 0, ending_buffer = 0, buffer_units = "days")

Arguments

starting_date

Character of the starting date (YYYY-MM-DD)

ending_date

Character of the ending date (YYYY-MM-DD)

starting_buffer

Amount of time to not include from the starting date

ending_buffer

Amount of time not to include from the ending date

buffer_units

Currently only supported for "days"

Value

Beginning and ending days of the date window.


dapperstats/Rstud documentation built on May 16, 2019, 9:14 a.m.