bye: Say goodbye and stop execution

View source: R/utils.R

byeR Documentation

Say goodbye and stop execution

Description

This function prints a goodbye message provided by the user and then stop the execution of the R script.

Usage

bye(message)

Arguments

message

A character string to be printed as a goodbye message.

Value

No return value, called for side effects.

Examples

## Not run: 
bye("Goodbye, see you later!")

## End(Not run)

Epiconcept-Paris/STRAP-epiuf documentation built on Aug. 5, 2024, 3:41 a.m.