R/open.R

Defines functions open.nCov2019

##' @method open nCov2019
##' @export
open.nCov2019 <- function(con, ...) {
  url <- 'https://news.qq.com/zt2020/page/feiyan.htm'
  utils::browseURL(url)
  invisible(url)
}
thamstra/nCOV2019 documentation built on April 1, 2020, 12:07 a.m.