R/hello.R

Defines functions hello

Documented in hello

# Hello, world!
#
# This is an example function named 'hello'
# which prints 'Hello, world!'. Which is cool.
#
# You can learn more about package authoring with RStudio at:
#
#   http://r-pkgs.had.co.nz/
#

hello <- function() {
  print("Hello, world!")
}
volkmannp/psycop documentation built on July 9, 2021, 6:22 p.m.