Learn R Programming

lingtypology (version 1.1.1)

phoible.feature: Download PHOIBLE data

Description

This function downloads data from PHOIBLE (http://phoible.org/) and changes language names to the names from lingtypology database. You need the internet connection.

Usage

phoible.feature(source = "all", na.rm = TRUE)

Arguments

source

A character vector that define with a source names from PHOIBLE (possible values: "all", "AA", "GM", "PH", "RA", "SAPHON", "SPA", "UPSID").

na.rm

Logical. If TRUE function removes all languages not available in lingtypology database. By default is TRUE.

See Also

abvd.feature, afbo.feature, autotyp.feature, oto_mangueanIC.feature, sails.feature, uralex.feature, valpal.feature, wals.feature

Examples

Run this code
# NOT RUN {
# phoible.feature()
# phoible.feature(c('consonants', 'vowels'), source = "UPSID")
# }

Run the code above in your browser using DataLab