query: Query COVID-19 related statistic data

View source: R/query.R

queryR Documentation

Query COVID-19 related statistic data

Description

The main function for query nCov2019 related statistic data,

Usage

query()

Value

result contains 5 types of data:

  • global: The global overall summary statistic

  • latest: The global latest statistic for all countries

  • historical: The historical statistic for all countries

  • vaccine: The current vaccine development progress

  • therapeutics: The current therapeutics development progress

Examples

## Not run: 
res <- query()
names(res)

## End(Not run)

nCov2019 documentation built on March 7, 2023, 8:39 p.m.