Cite data sources

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.

Author

Ernest Guevarra

Examples

epidata <- get_data_epidemiology(ccode = "UK", adm = 0) cite_sources(x = epidata)
#> Please cite the following source/s and follow respective Terms of Use:
#> # A tibble: 5 x 3 #> Table Source `Terms of Use` #> <chr> <chr> <chr> #> 1 Epidemiol… Public Health England "Open Government Licen… #> 2 Epidemiol… Tom White "The Unlicense" #> 3 Epidemiol… European Centre for Disease Prevention and… "Attribution required" #> 4 Epidemiol… World Health Organization "" #> 5 Epidemiol… Center for Systems Science and Engineering… "CC BY 4.0"