pg_dates | R Documentation |
This is a wrapper of base::seq.Date, only with defaults that can be set in the options.
pg_dates(
start_date = pgoptions$get_start_date(),
end_date = pgoptions$get_end_date(),
temporal_resolution = pgoptions$get_temporal_resolution()
)
from |
starting date |
to |
end date |
by |
increment of sequence. See details in base::seq.Date. |
Date vector
pg_dates()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.