#' toWeekly
#'
#' @param x
#'
#' @return
#' @export
#'
#' @examples
toWeekly = function(x){
ret = Reduce(cbind,lapply(x,function(y){to.weekly(y)[,4]}))
names(ret) = names(x)
ret
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.