get_glottolog_families: Simple family metadata

View source: R/metadata.R

get_glottolog_familiesR Documentation

Simple family metadata

Description

Returns a dataframe of metadata on glottolog's language families.

Usage

get_glottolog_families(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: tree, tree_name, n_tips, n_nodes and main_macroarea.

Examples

head(get_glottolog_families())
head(get_glottolog_families(glottolog_version = "4.3"))

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