# NOT RUN {
## Get time series JSON endpoint
x <- get_json_time(from = "2020-10-29", to = "2020-10-31")
## Get time series stringency index data
get_data(x)
## Get policy actions JSON endpoint
x <- get_json_actions(ccode = "AFG", from = NULL, to = "2020-07-16")
## Get data on policy actions and stringency index
get_data(x)
# }
Run the code above in your browser using DataLab