R/newbranch.R

Defines functions printbranch

Documented in printbranch

#' Hello world test
#'
#' @return A string
#' @export
#'
printbranch <- function() {
  cat("hello, world! Is this the second branch?")
}
kgoldfeld/ksgMisc documentation built on Nov. 12, 2021, 10:59 a.m.