get_week_hour_blocks <-
function() {
hour_blocks<-tibble::enframe(seq(0,23,by=.5),name=NULL,value="Hours")
hour_blocks
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.