Learn R Programming

oxcovid19 (version 0.1.2)

cite_sources: Cite data sources

Description

Cite data sources

Usage

cite_sources(x)

Arguments

x

An object of class tbl produced by get_data()

Value

A tibble containing information on data source and relevant terms of use.

Examples

Run this code
# NOT RUN {
epidata <- get_data_epidemiology(ccode = "UK", adm = 0)
cite_sources(x = epidata)

# }

Run the code above in your browser using DataLab