get_glottolog_phylo_geo | R Documentation |
Returns a dataframe of glottolog geographical and phylogenetic metadata.
get_glottolog_phylo_geo(glottolog_version)
glottolog_version |
A character string, specifying which glottolog
version to use. Currently available options are |
Returned columns are: glottocode
, isocodes
, name
, level
,
vertex_type
, vertex_label
, vertex_name
,
macroarea
, latitude
, longitude
,
family_glottocode
, family_name
and tree
.
head(get_glottolog_phylo_geo())
head(get_glottolog_phylo_geo(glottolog_version = "4.3"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.