makeMessage: Provide simple formatting of a sequential message

View source: R/makeMessage.R

makeMessageR Documentation

Provide simple formatting of a sequential message

Description

Wrap strings into a message for simple presentation

Usage

makeMessage(story, message, newLine = TRUE, newPara = FALSE, timeStamp = TRUE)

Arguments

story

String Text that the message is to be added to

message

String Message to add

newLine

Logical [TRUE] Start message at a new line. TRUE by default

newPara

Logical [FALSE] Start message at new paragraph. Default FALSE

timeStamp

Logical [TRUE] Add a time stamp to the message. TRUE by default

Value

story String The whole story...


Rapporteket/raptools documentation built on May 1, 2022, 6:42 a.m.