R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  packageStartupMessage(
    '*********************\n
    sample.jpg is titled \'A tiger in the water\'
    By Bob Jagendorf
    [CC BY 2.0 (http://creativecommons.org/licenses/by/2.0)], 
    via Wikimedia Commons
    ')
}

Try the ShinyImage package in your browser

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

ShinyImage documentation built on May 2, 2019, 12:48 p.m.