get_glottolog_phylo_geo: Extended glottolog metadata

View source: R/metadata.R

get_glottolog_phylo_geoR Documentation

Extended glottolog metadata

Description

Returns a dataframe of glottolog geographical and phylogenetic metadata.

Usage

get_glottolog_phylo_geo(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, level, vertex_type, vertex_label, vertex_name, macroarea, latitude, longitude, family_glottocode, family_name and tree.

Examples

head(get_glottolog_phylo_geo())
head(get_glottolog_phylo_geo(glottolog_version = "4.3"))

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