read_raw_corona: Reads a csv with JHU corona data

Description Usage Arguments Value Examples

View source: R/read-data.R

Description

This function is mainly a helper function to read more specific datasets (infections, deaths, recoveries)

Usage

1

Arguments

file

The file path to data (in the main function it refers to the JHU github site)

Value

A tibble containing the JHU corona data

Examples

1
2
3
4
5
## Not run: 
file <- "URL"
read_corona_data(file)

## End(Not run)

jnshsrs/corona documentation built on April 9, 2020, 11:10 p.m.