R/hello.R

Defines functions hello

Documented in hello

#' Hello World 환영합니다.
#' @encoding UTF-8

hello <- function() {
  print(stringi::stri_escape_unicode("Hello, world! Tidyverse Korea"))
}
statkclee/calculus documentation built on Aug. 31, 2020, 12:48 a.m.