Learn R Programming

oxcgrt (version 0.1.0)

get_data_time: Get time series stringency index data from JSON

Description

Get time series stringency index data from JSON

Usage

get_data_time(json)

Arguments

json

A JSON string, URL or file created using get_json_time()

Value

A tibble of time series stringency index data

Examples

Run this code
# NOT RUN {
x <- get_json_time(from = "2020-07-18", to = "2020-07-20")

get_data_time(x)

# }

Run the code above in your browser using DataLab