R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
      packageStartupMessage("WorldFlora ", utils::packageDescription("WorldFlora", field="Version"),
      ": Use function WFO.match or WFO.match.fuzzyjoin to check plant names;
      \nFirst you need to download and unzip the World Flora Online taxonomic backbone from \nwww.worldfloraonline.org/downloadData;
      \nUse functions WFO.download and WFO.remember to download and reload the backbone data;
      \nPackage RcmdrPlugin.WorldFlora provides a graphical user interface for this package.")
}

Try the WorldFlora package in your browser

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

WorldFlora documentation built on Sept. 11, 2024, 8:24 p.m.