Data frame with metadata about the languages of each Project Gutenberg work.
Format
A tibble::tibble() with one row for each
work-language pair, with the columns:
- gutenberg_id
Unique identifier for the work that can be used to join with the gutenberg_metadata dataset
- language
Language ISO 639 code. Two letter code if one exists, otherwise three letter.
- total_languages
Number of languages for this work.
Details
To find the date on which this metadata was last updated,
run attr(gutenberg_languages, "date_updated").
Examples
# See date last updated
attr(gutenberg_languages, "date_updated")
#> [1] "2026-01-11"
