read_google_global: import mobility and intervention global data

Description Usage Arguments Value Functions Examples

View source: R/read_intervention.R

Description

import mobility google reports, acasp and unesco data on interventions

Usage

1
2
3
4
5
6
7
8
9

Arguments

country_iso

two letter iso code for each country available in read_google_region_list()

Value

import external data sources on covid19 human behaviour or interventions

Functions

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## Not run: 

library(covid19viz)
library(tidyverse)

# google mobility reports

# global
read_google_global()

# regional
# first: select country ISO
read_google_region_list()

# second: read specific country data
peru <- read_google_region_country(country_iso = "PE")
peru %>% count(sub_region_1)

# acaps data
read_acaps_governments()

# unesco education data
read_unesco_education()


## End(Not run)

avallecam/covid19viz documentation built on Sept. 24, 2020, 3:43 p.m.