hello: Hello World

View source: R/Funs.R

helloR Documentation

Hello World

Description

hello says "Hello" in the user-specified language. The user is asked to give her/his name so that the hello message gets personalized.

Usage

hello(who,lang="EN",LangData=language)

Arguments

who

a character vector of length 1 that specifies the name of the person

lang

a character vector of length 1

LangData

an optional data.frame with two colmns each of mode character.

Value

a character vector with a personalized "hello" message.

Examples

hello("James")
hello("Amélie","Es")


thuyldo/Hello documentation built on May 23, 2022, 12:49 a.m.