get_glottolog_languages: Simple language metadata

View source: R/metadata.R

get_glottolog_languagesR Documentation

Simple language metadata

Description

Returns a dataframe of metadata on glottolog's languages.

Usage

get_glottolog_languages(glottolog_version)

Arguments

glottolog_version

A character string, specifying which glottolog version to use. Currently available options are '4.0' through to '4.8' and '5.0'. If no value is specified then the newest available version is used.

Details

Returned columns are: glottocode, isocodes, name, name_in_tree, position, tree and tree_name.

Examples

head(get_glottolog_languages())
head(get_glottolog_languages(glottolog_version = "4.3"))

erichround/glottoTrees documentation built on April 17, 2025, 10:47 a.m.