choose_date | R Documentation |
Sets 'from' and 'to' dates used in subsequent searches
choose_date(
dMeasure_obj,
date_from = dMeasure_obj$date_a,
date_to = dMeasure_obj$date_b
)
dMeasure_obj |
dateContact R6 object |
date_from |
'From' date. default is current date_from |
date_to |
'To' date. default is current date_to |
list(date_a, date_b)
if date_a is later than date_b, a warning is returned, and the dates are NOT changed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.