R/print_hello.R

Defines functions print_hello

Documented in print_hello

#' Print at Dog Food Con
#'
#' @export
#'
#' @examples
#' print_hello()
print_hello <- function()
{
  print('Hello DogFoodCon')
}
bertcarnell/dogfoodconpackage documentation built on Nov. 4, 2019, 7:15 a.m.