Downloads the data catalog of Our World in Data (OWID) hosted on Datasette.
Examples
# \donttest{
# Download a full table
owid_get_catalog()
#> # A tibble: 5,012 × 18
#> id slug type config created_at updated_at last_edited_at published_at
#> <int> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 7968 militar… Line… "{\"i… 2024-07-3… 2024-07-3… 2024-07-31 08… "2024-07-30…
#> 2 7967 militar… Line… "{\"i… 2024-07-3… 2024-07-3… 2024-07-30 12… ""
#> 3 7966 militar… Line… "{\"i… 2024-07-3… 2024-07-3… 2024-07-30 12… ""
#> 4 7965 militar… Line… "{\"i… 2024-07-3… 2024-07-3… 2024-07-31 08… "2024-07-30…
#> 5 7964 militar… Line… "{\"i… 2024-07-3… 2024-07-3… 2024-07-31 10… "2024-07-30…
#> 6 7963 relativ… Stac… "{\"i… 2024-07-2… 2024-07-2… 2024-07-29 15… ""
#> 7 7962 tree-co… Stac… "{\"i… 2024-07-2… 2024-07-2… 2024-07-29 15… ""
#> 8 7961 hdi-lan… Line… "{\"i… 2024-07-2… 2024-07-2… 2024-07-28 15… "2024-07-28…
#> 9 7960 hdi-per… Scat… "{\"i… 2024-07-2… 2024-07-2… 2024-07-28 13… "2024-07-28…
#> 10 7959 are-con… Line… "{\"i… 2024-07-2… 2024-07-2… 2024-07-28 12… ""
#> # ℹ 5,002 more rows
#> # ℹ 10 more variables: last_edited_by_user_id <int>,
#> # last_edited_by_user_id_label <chr>, published_by_user_id <int>,
#> # published_by_user_id_label <chr>, is_indexable <int>, title <chr>,
#> # subtitle <chr>, note <chr>, title_plus_variant <chr>,
#> # config_with_defaults <chr>
# }