R/zzz.R

.onAttach <- function(libname, pkgname) {
  message <- paste("This version of alterryx was built and tested for",
                   "Alteryx Server 2019.1. Support for earlier versions is",
                   "not guaranteed")
  packageStartupMessage(message)
}

Try the alterryx package in your browser

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

alterryx documentation built on June 7, 2019, 1:02 a.m.