#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.