R/download_unimorph.R

Defines functions download_unimorph

Documented in download_unimorph

#' Download morphological data from the UniMorph project
#'
#' @param lang The language of the data to download
#'
#' @return Does not return a value, but downloads the data to the unimorph folder that the original Python package specifies
#' @export
#'
#' @examples
#' download_unimorph("eng")
download_unimorph <- function(lang){
  .pkg.env$unimorph$download_unimorph(lang = lang)
}
b05102139/unimorphR documentation built on Dec. 19, 2021, 6:38 a.m.