R/simple.R

#' helloworld
#'
#' helloworld
#'
#' @param x a character object
#'
#' @export
#' 
helloworld <- function(x){
    print(x)
}
veera-dr/predixcantools documentation built on May 3, 2019, 4:59 p.m.