hello: Hello

Description Usage Arguments Value Examples

Description

A function that returns Hello followed by the named passed as a parameter

Usage

1
hello(name = "you")

Arguments

name

A character vector of one element which is the name to concatenate to Hello

Value

A character vector of one element which contains Hello followed by content of the parameter

Examples

1
hello("Hubert")

HLeviel/hello documentation built on May 6, 2019, 9:47 p.m.