hello_world: The function hello world

Description Usage Arguments Details Value Examples

View source: R/hello_world.R

Description

THis function solely demonstrates how to add a function to a package. I can write something more here and here.

Usage

1
hello_world(who = "world")

Arguments

who

a character value that say who needs to be said hello. Defaults to 'world'.

Details

This paragraph will appear under the heading Details.

And this next one also

Value

a character value.

Examples

1
hello_world("Joris")

JoFAM/firsttest documentation built on May 17, 2019, 1:13 a.m.