#' Title
#'
#' @param listBouts
#' @param listCalendarsAndBouts
#' @param partition
#' @param label
#'
#' @return
#' @export
basicSummary=function(listBouts,listCalendarsAndBouts,partition=NULL,label="partition"){
if(is.null(partition))basicSummaryOfBouts(listBouts,listCalendarsAndBouts) else basicSummaryOfPartitions(listBouts,listCalendarsAndBouts,partition,label)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.