hello.name: Say hello to anybody

Description Usage Arguments Value Note Examples

Description

This function returns the string "Hello, *name*!" where name is the input of type character that the user needs to input.

Usage

1

Arguments

name

A character specifying who you want to greet.

Value

Character.

Note

An error is thrown if the input name is not a character.

Examples

1
2
3
hello.name("Ann")
x <- hello.name("Christian")
x

MW89/testpckg1337 documentation built on May 28, 2019, 1:46 p.m.