R/multibyte.R

Defines functions hello3

Documented in hello3

#' print multibyte
#' @export
hello3 <- function()
{
  print("\u6d4b\u8bd5")
}
kota7/rpacktest documentation built on May 20, 2019, 1:11 p.m.