R/hello.R

Defines functions bye hello

hello <- function(){
  print('HI')
}


bye <- function(){
  print('BYE')
}
ltrainstg/prismadiagramR documentation built on Sept. 11, 2021, 2:32 a.m.