Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

appendTo

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

Acoustic Telemetry Data Analysis

v1.2.1
GPL-3
Authors
Hugo Flávio [aut, cre] (<https://orcid.org/0000-0002-5174-1197>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.