appendLog: Append Data to Log File

View source: R/PBSadmb.r

appendLogR Documentation

Append Data to Log File

Description

Append summary information or output to a previously created log file.

Usage

appendLog(prefix, lines)

Arguments

prefix

string name prefix of the ADMB project (e.g., "vonb").

lines

data to append to 'prefix'.log).

Value

No explicit value reurned. Appends data into a log file 'prefix'.log.

Note

A wrapper function that can be called from a GUI exists as .win.appendLog.

Author(s)

Jon T. Schnute, Scientist Emeritus
Pacific Biological Station (PBS), Fisheries & Oceans Canada (DFO), Nanaimo BC
Last modified Rd: 2009-09-10

See Also

startLog, editADfile


PBSadmb documentation built on Nov. 11, 2023, 1:07 a.m.