R/hello.R

#' Hello Function
#' This functions is a hello word function which aims
#' at giving some instructions
#'
#' @param x A string
#' @export
hello <- function(x) {
  glue::glue("Hello {x}!")
}
fjuniorr/travis documentation built on May 17, 2019, 7:36 p.m.