R/onLoad.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("\nWelcome to dropR,\nto start the interactive Graphical User Interface locally in your R session,\nrun start_app()")
}

Try the dropR package in your browser

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

dropR documentation built on July 3, 2024, 5:06 p.m.