MapCV: MapCV

Description Usage Arguments Examples

View source: R/MapCV.r

Description

Map the corona virus

Usage

1
2
  MapCV(url_loc = "https://covid.ourworldindata.org/data/ecdc/full_data.csv",
  d_start = "2019-12-31", d_format = "%Y-%m-%d")

Arguments

url_loc

URL location for the data. By default it originates from the WHO website: https://covid.ourworldindata.org/data/ecdc/full_data.csv

d_start

Date of first reported counts.

d_format

Date format to use for reading in d_start.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
## Not run: 
# Run with defaults 
lastmap <- MapCV()
lastmap

## End(Not run)


## Not run: 
# Run specifying arguments
lastmap <- MapCV(url_loc = "https://covid.ourworldindata.org/data/ecdc/full_data.csv",
d_start = "2019-12-31", d_format = "%Y-%m-%d")
lastmap

## End(Not run)

pkuhnert/mapcorona documentation built on March 30, 2020, 12:49 a.m.