hello_world: hello_world

Description Usage Arguments Value Author(s) Examples

Description

The typical hello world example.

Usage

1
hello_world(name = "world")

Arguments

name

a name for the greeting

Value

string a greeting

Author(s)

Reinhard Simon

Examples

1
2
3
4
5
6
7
8
library(ghk)

# the minimal example
hello_world()

# with parameter

hello_world("mundo")

c5sire/ghk documentation built on May 13, 2019, 10:35 a.m.