#' @title Allowed XML tags
#'
#' @export
allowed_tags <- function() {
return(
c(
"ServiceType",
"ArriveTime",
"DepartTime",
"Platform",
"ServiceStatus",
"Delay",
"Origin1",
"Destination1"
)
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.