R/hello.R

Defines functions hello

Documented in hello

hello <- function() {
  print("Hello, R!")
}
wangbokai/bokaiw3 documentation built on May 4, 2019, 12:57 a.m.