R/hello.r

Defines functions hello

Documented in hello

#' @title hello
#' @description test package for training
#' @export
#'
#'

hello <- function(){
  print("hello world")
}
lukegommermann/testpackage documentation built on Feb. 14, 2022, 12:48 a.m.