R/zzz.r

Defines functions .onAttach

#' Message when the package is loaded
#'
#' @author George Moroz <agricolamz@gmail.com>
#' @noRd

.onAttach <- function(libname = find.package("lingtypology"),
                    pkgname = "lingtypology") {
  packageStartupMessage("Based on the Glottolog v. 5.1")
}

Try the lingtypology package in your browser

Any scripts or data that you put into this service are public.

lingtypology documentation built on Oct. 31, 2024, 9:06 a.m.