#' Title
#'
#' @param currentProject
#' @param base
#' @param RAW
#' @param start
#' @param end
#'
#' @return
#' @export
#'
#' @examples
ggir2IntervalV3<- function(currentProject,base,RAW,start=NA,end=NA) {
ggir2ts(base,RAW,start,end) %>% ts2IntervalV3(currentProject,...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.