R/allowed_tags.R

#' @title Allowed XML tags
#' 
#' @export


allowed_tags <- function() {
  return(
    c(
      "ServiceType",
      "ArriveTime",
      "DepartTime",
      "Platform",
      "ServiceStatus",
      "Delay",
      "Origin1",
      "Destination1"
    )
  )
}
ntyndall/translink.bot documentation built on May 25, 2019, 8:28 p.m.