R/hello.R

Defines functions printhello

Documented in printhello

#' Hello world test
#'
#' @return A string
#' @export
#'
printhello <- function() {
  cat("hello, world! Is it working? I am in a different branch")
  # This is a random comment.
}
kgoldfeld/ksgMisc documentation built on Nov. 12, 2021, 10:59 a.m.