hello: hello

Description Usage Arguments Examples

View source: R/hello.R

Description

This is our hello world function

Usage

1
hello(first, last = "Userbot")

Arguments

first

character The first name that is said hello to.

last

character The last name.

Examples

1
2
3
hello("Bryan")
hello("Bryan","McCloskey")
hello(last="McCloskey",first="Bryan")

bmccloskey/demoPackage documentation built on May 29, 2019, 4:50 p.m.