R/bla.R

##' Bla function
##'
##' @title Bla
##' @return NULL
##' @author Mathieu Basille
bla <- function()
{
    print("Hello world!")
}
basille/test documentation built on June 14, 2019, 12:03 a.m.