#' @title Accumulator
#'
#' @export
StationInfo <- R6::R6Class(
classname = "StationInfo",
public = list(
startSt = NULL,
stopSt = NULL,
updateAction = NULL
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.