R/time.R

Defines functions time.nCov2019 time.nCov2019History

##' @importFrom stats time
##' @method time nCov2019
##' @export
time.nCov2019 <- function(x, ...) {
  x$lastUpdateTime
}

##' @method time nCov2019History
##' @export
time.nCov2019History <- function(x, ...) {
  x$time
}
thamstra/nCOV2019 documentation built on April 1, 2020, 12:07 a.m.