Data about Dates from the Beijing 2022 Olympic Games
Format
A data.frame with 19 rows and 15 variables
- n_Date
int Date in numeric format YYYYMMDD
- b_Current
logi States whether date is Today which is always False
- n_Day
int Day of Competition (Day of Opening Ceremony = 0)
- c_Day
chr Day of Week
- c_DayShort
chr Abbreviated Day of Week
- n_DayNr
int Day of Month Number
- n_WeekDayNr
int Day of Week Number (Sunday = 1)
- c_Month
chr Month of Competition
- c_MonthShort
chr Abbreviated Month of Competition
- n_MonthNr
int Month Number
- n_Year
int Year
- c_TimeFirstEventLocal
POSIXct Time of First Event Locally
- c_TimeFirstEventUTC
POSIXct Time of First Event UTC
- c_TimeLastEventLocal
POSIXct Time of Last Event Locally
- c_TimeLastEventUTC
POSIXct Time of Last Event UTC