hello: Hello, world!

Description Usage Arguments Value Examples

View source: R/hello.R

Description

This is an example function named 'hello' which prints 'Hello, world!'.

Usage

1
hello(x)

Arguments

x

The name of the person to say hi to

Value

The output from print

Examples

1
2
3
4
5
hello("John")
## Not run: 
hello("Steve")

## End(Not run)

dcorvi/r_testpackage documentation built on Nov. 4, 2019, 10:20 a.m.