#' Title
#'
#' @param bouts
#' @param calendars
#' @param listCalendarsAndBouts
#' @param partition
#' @param label
#'
#' @return
#' @export
#'
#' @examples
summaryBoutsByPartition=function(bouts,calendars,listCalendarsAndBouts,partition,label="partition") {
calendars %>% partition() %>% compact() %>% map(~ summaryBoutsByCalendar(bouts, . ,listCalendarsAndBouts)) %>% list2df(label=label)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.