R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  if(interactive())
    packageStartupMessage("Enter mldrGUI() to launch mldr's web-based GUI")
}

Try the mldr package in your browser

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

mldr documentation built on Jan. 11, 2020, 9:18 a.m.