Description Usage Arguments Value Examples
Preprocesses data to be used by the plot_sleep_weekday() function. Specifically, it calculates the sleep duration and time asleep for each day of the week (in hours).
1 |
person |
An instance of the Person class |
A tidy data frame with the columns weekday, measure, and hours
1 2 | data(EX)
agg_sleep_weekday(person = EX)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.