owid_get_catalog {owidapi}R Documentation

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)

Arguments

snake_case

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

Value

A tibble containing the OWID catalog.

Examples



# Download a full table
owid_get_catalog()



[Package owidapi version 0.1.1 Index]