R/starting.R

Defines functions helloWorld

Documented in helloWorld

#' @title helloWorld
#' @keywords internal
#' @name helloWorld
#' @description dummy function to init package
#' @return None
#' @export
helloWorld <- function() {
    print("Hello user of KeOps")
}

Try the rkeops package in your browser

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

rkeops documentation built on Feb. 17, 2021, 5:08 p.m.