.onLoad <- function(libname, pkgname) {
proto.dir <- system.file("proto", package = "gtfsway", mustWork = T)
proto.file <- file.path(proto.dir, "gtfs-realtime.proto")
RProtoBuf::readProtoFiles(proto.file)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.