appendTo: Append to ...

View source: R/helper.R

appendToR Documentation

Append to ...

Description

Appends a note/comment to the specified recipient, which in turn corresponds to a temporary helper file.

Usage

appendTo(recipient, line, tag)

Arguments

recipient

'Screen' displays the message on screen, 'Report' appends the message to 'temp_log.txt', 'Warning' appends the message to 'temp_warnings.txt', 'UD' appends the message to 'temp_UD.txt', 'Comment' appends the message to 'temp_comments.txt'. The same message may be appended to multiple recipients at once.

line

The text to be appended.

tag

the tag number to which the comment belongs. Only used when recipient = 'Comment'.

Value

No return value, called for side effects.


actel documentation built on Oct. 19, 2023, 9:08 a.m.