R/zzz.R

.onAttach <- function(libname, pkgname)
{
  ver  <-utils::packageDescription("SASxport", fields="Version")
  date <- utils::packageDescription("SASxport", fields="Date")

  base::packageStartupMessage(
    c(
      "\n",
      "Loaded SASxport version ", ver,  " (", date ,").\n",
      "\n",
      "  Type `?SASxport' for usage information.\n",
      "\n"
      )
  )
}

Try the SASxport package in your browser

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

SASxport documentation built on May 2, 2019, 4:51 p.m.