Learn R Programming

lingtypology (version 1.1.1)

sails.feature: Download SAILS data

Description

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

Usage

sails.feature(features, na.rm = TRUE, glottolog.source = "modified")

Arguments

features

A character vector that define with a feature ids from SAILS (e. g. "and1", "argex4-1-3").

na.rm

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

glottolog.source

A character vector that define which glottolog database is used: 'original' or 'modified' (by default)

See Also

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

Examples

Run this code
# NOT RUN {
# sails.feature(c("and1", "and11"))
# }

Run the code above in your browser using DataLab