R/attach.R

Defines functions .onAttach

.onAttach <- function(...)
{
   packageStartupMessage(sprintf("funModeling v.%s :)\nExamples and tutorials at livebook.datascienceheroes.com\n / Now in Spanish: librovivodecienciadedatos.ai", packageVersion("funModeling")))
}

Try the funModeling package in your browser

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

funModeling documentation built on July 1, 2020, 5:40 p.m.