choose_date: Choose date

View source: R/dMeasure.R

choose_dateR Documentation

Choose date

Description

Sets 'from' and 'to' dates used in subsequent searches

Usage

choose_date(
  dMeasure_obj,
  date_from = dMeasure_obj$date_a,
  date_to = dMeasure_obj$date_b
)

Arguments

dMeasure_obj

dateContact R6 object

date_from

'From' date. default is current date_from

date_to

'To' date. default is current date_to

Value

list(date_a, date_b)

if date_a is later than date_b, a warning is returned, and the dates are NOT changed


DavidPatShuiFong/dMeasure documentation built on Aug. 2, 2024, 11:45 p.m.