R/hello.R

Defines functions hello

Documented in hello

# Hello, world!
#
# This is an example function named 'hello'
# which prints 'Hello, world!'.
#
# You can learn more about package authoring with RStudio at:
#
#   http://r-pkgs.had.co.nz/
#
# Some useful keyboard shortcuts for package authoring:
#
#   Build and Reload Package:  'Cmd + Shift + B'
#   Check Package:             'Cmd + Shift + E'
#   Test Package:              'Cmd + Shift + T'
# Namaste
hello <- function() {
}

zzz
yyy
xxx
=======
#bla bla bla
# Ashmit added a line

# natty added this line
# Freddie Mercury
nathania/dummy documentation built on May 23, 2019, 12:19 p.m.