#' Title
#'
#' @param calendardate
#' @param hora
#'
#' @return
#' @export
#'
#' @examples
fechaHora2datetime=function(calendardate,hora){
ymd(calendardate,tz = "Europe/Madrid")+dhours(as.numeric(hora))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.