hello: Hello world

View source: R/functions.R

helloR Documentation

Hello world

Description

A simple function to print Hello world

Usage

hello(withExcitement = TRUE)

Arguments

withExcitement

Boolean. If TRUE, then the message will be printed with exlamation points. Default TRUE.

Value

A string with the hello world text

Examples

hello(withExcitement = TRUE)

campbio/DevelExample documentation built on May 17, 2022, 2:03 p.m.