This file is included in order to test the function open_tutorial().
Load the dayoff packge into memory (this shouldn't be necessary actually, but just to be sure...)
library(dayoff)
Load some data contained in the package
data(aa_chars)
Make a histogram using a packge which dayoff depends on, ggpubr
gghistogram(data = aa_chars, x = "MW.da")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.