light_dark | R Documentation |
add a logical column to tidy telem tibble indicating if lights are on (true)
light_dark(tidy_telem, lights_on_DST = 8)
tidy_telem |
a tidy telemetry tibble, as produced by read_starr or read_oddi |
lights_on_DST |
at what time do the lights in the room come on, during DST. This algorithm assumes that the room light schedule does not adjust for DST |
a tidy telemetry tibble with logical column "DST" added. Time is still clock time.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.