R/hello.R

#' hello world
#'
#' @export
greet <- function() {
  print("Hello")
}
jcaberio/pbimport documentation built on May 10, 2019, 10:02 a.m.