R/OnAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
    packageStartupMessage(paste("This is plantlist ", packageVersion("plantlist"),". ", sep = ""))
}

Try the plantlist package in your browser

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

plantlist documentation built on May 2, 2019, 4:45 p.m.