get_glottolog_families | R Documentation |
Returns a dataframe of metadata on glottolog's language families.
get_glottolog_families(glottolog_version)
glottolog_version |
A character string, specifying which glottolog
version to use. Currently available options are |
Returned columns are: tree
, tree_name
, n_tips
,
n_nodes
and main_macroarea
.
head(get_glottolog_families())
head(get_glottolog_families(glottolog_version = "4.3"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.