R/eurasianphonology.feature.R

Defines functions eurasianphonology.feature

Documented in eurasianphonology.feature

#' Opens data from the database of Eurasian phonological inventories
#'
#' This function opens downloaded data from the database of Eurasian phonological inventories (\url{https://eurphon.info}).
#'
#' @author Kirill Koncha <majortomblog@gmail.com>
#'
#' @seealso \code{\link{abvd.feature}}, \code{\link{afbo.feature}}, \code{\link{autotyp.feature}}, \code{\link{bivaltyp.feature}}, \code{\link{oto_mangueanIC.feature}}, \code{\link{phoible.feature}}, \code{\link{sails.feature}}, \code{\link{soundcomparisons.feature}}, \code{\link{uralex.feature}}, \code{\link{valpal.feature}}, \code{\link{vanuatu.feature}}, \code{\link{wals.feature}}
#'
#' @examples
#'
#' eurasianphonology.feature()
#'
#' @export
#'

eurasianphonology.feature <- function(){
  message("Don't forget to cite a source:

Dmitry Nikolaev (ed.), Andrey Nikulin, Anton Kukhto. 2020. The database of Eurasian phonological inventories (beta version) (Available online at http://eurasianphonology.info, Accessed on ...)")
  result <- lingtypology::eurasianphonology
  return(result)
}
ropensci/lingtypology documentation built on March 17, 2024, 11:13 p.m.