R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg)  {
    packageStartupMessage("This is flux ",
                          utils::packageDescription("flux", field="Version"),
                          appendLF = TRUE)
}

Try the flux package in your browser

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

flux documentation built on June 26, 2022, 9:05 a.m.