Description Usage Arguments Value Examples
View source: R/timesAroundClockChange.R
Sequence of Times Around Clock Change in Central Europe
1 2 3 4 5 6 | timesAroundClockChange(
year = 2000,
normalToSummer = TRUE,
step_s = 1800,
length.out = 5
)
|
year |
year for which to demonstrate the switch between Central European Time (CET) and Central European Summer Time (CEST) |
normalToSummer |
|
step_s |
time step in seconds |
length.out |
number of time objects in returned vector |
vector of POSIXct objects with length length.out
1 2 3 4 | timesAroundClockChange(2019, normalToSummer = TRUE)
timesAroundClockChange(2019, normalToSummer = FALSE)
timesAroundClockChange(2019, TRUE, step_s = 1, length.out = 3)
timesAroundClockChange(2019, FALSE, step_s = 1, length.out = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.