##' @importFrom stats time
##' @method time nCov2019
##' @export
time.nCov2019 <- function(x, ...) {
x$lastUpdateTime
}
##' @method time nCov2019History
##' @export
time.nCov2019History <- function(x, ...) {
x$time
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.