R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
    packageStartupMessage(
        paste(
            "\nThis is topdownr version", packageVersion("topdownr"), "\n",
            " Visit https://sgibb.github.io/topdownr/ to get started.\n"))
}

Try the topdownr package in your browser

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

topdownr documentation built on Nov. 8, 2020, 8:10 p.m.