Nothing
## ---- echo = FALSE-------------------------------------------------------
knitr::opts_chunk$set(collapse = TRUE, comment = "#>")
## ------------------------------------------------------------------------
library(lifelogr)
## ------------------------------------------------------------------------
plot_sleep_all(EX)
## ------------------------------------------------------------------------
plot_sleep(EX, "by_datetime")
## ------------------------------------------------------------------------
plot_sleep_start_end(EX, "day_of_week")
## ------------------------------------------------------------------------
plot_daily_all(EX)
## ------------------------------------------------------------------------
plot_daily(EX, "steps")
## ------------------------------------------------------------------------
plot_intraday_all(EX)
## ------------------------------------------------------------------------
plot_intraday_all(EX, FALSE)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.