#' Title
#'
#' @param whenList
#' @param whatList
#' @param ...
#'
#' @return
#' @export
#'
#' @examples
dailyDurationWide=function(whenList,whatList,...){
dailyDuration(whenList,whatList) %>% pivot_wider(names_from="what",values_from="duration")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.