R/test.R

Defines functions fun

Documented in fun

#' Simple function
#' @export
#' @examples
#' fun()
fun <- function() {
    print("hello")
}
nikolase90/example.renv documentation built on Nov. 20, 2019, 11:28 p.m.