dim_date
. This is useful to
get date attributes for a sequence of dates as specified by the user. This
table can be used for joining attributes by date for existing tables and
also for subsetting tables by date where this is faster by joining rather
than by filtering.R/dim-date-transform.R
get_transform_dim_date.Rd
Creates a Date Dimension table i.e. dim_date
. This is useful to
get date attributes for a sequence of dates as specified by the user. This
table can be used for joining attributes by date for existing tables and
also for subsetting tables by date where this is faster by joining rather
than by filtering.
get_transform_dim_date( all_dates_start = as.Date("1981-01-01"), all_dates_end = Sys.Date() )
all_dates_start | (date) : The starting date value for our date
dimension table. The default value is |
---|---|
all_dates_end | (date) : The ending date value for our date
dimension table. The default value is |
(tibble) : The dim_date
tibble to be uploaded to postGIS
for our purposes