Learn R Programming

owidapi (version 0.1.1)

owid_get_catalog: Download data catalog of Our World in Data

Description

Downloads the data catalog of Our World in Data (OWID) hosted on Datasette.

Usage

owid_get_catalog(snake_case = TRUE)

Value

A tibble containing the OWID catalog.

Arguments

snake_case

Logical. If TRUE (default), converts column names to lowercase.

Examples

Run this code
# \donttest{
# Download a full table
owid_get_catalog()
# }

Run the code above in your browser using DataLab