R/hello.R

Defines functions greetng hello

Documented in hello

#' Greeting
#'
#' @return
#' @export
#'
#' @examples none.
hello <- function() {
  print("Hello, world!")
}


greetng <- function(){
  "how are you?"
}
linttttt/mypackage documentation built on April 15, 2022, 3:31 a.m.