Description Usage Arguments Value
View source: R/timeFormatting.R
Function to create time of day (TOD) data.table
1 2 3 4 5 6 7 8 9 | todTable(
earlyStart = 14400,
AMPeakStart = 21600,
MiddayStart = 32400,
PMPeakStart = 54000,
EveningStart = 66600,
NightStart = 75600,
NightEnd = 86400
)
|
earlyStart |
integer seconds past midnight at which the early period starts |
AMPeakStart |
integer seconds past midnight at which the AMPeak period starts |
MiddayStart |
integer seconds past midnight at which the midday period starts |
PMPeakStart |
integer seconds past midnight at which the PMPeak period starts |
EveningStart |
integer seconds past midnight at which the evening period starts |
NightStart |
integer seconds past midnight at which the night period starts |
NightEnd |
integer seconds past midnight at which the night period starts |
character column or single character in character "HH:MM:SS" format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.