# NOT RUN {
## Get relevant JSON for Afghanistan on 16 July 2020
x <- get_json_actions(ccode = "AFG", from = NULL, to = "2020-07-16")
## Get data on policy actions
get_data_action(x)
## Get relevant JSON for Afghanistan and Philippines for whole month of
## October
x <- get_json_actions(ccode = c("AFG", "PH"),
from = "2020-10-29",
to = "2020-10-31")
## Get data on policy actions
get_data_actions(x)
# }
Run the code above in your browser using DataLab