R/get_week_hour_blocks.R

Defines functions get_week_hour_blocks

Documented in get_week_hour_blocks

get_week_hour_blocks <-
function() {

  hour_blocks<-tibble::enframe(seq(0,23,by=.5),name=NULL,value="Hours")
  
  hour_blocks
    
}
gottalottasoul/RiHana documentation built on Aug. 7, 2020, 3:22 p.m.