seasonder_getLog {SeaSondeR} | R Documentation |
Retrieve the Last Logs
Description
This function fetches the most recent log entries from the global log variable seasonder_the$log
.
Usage
seasonder_getLog(n = 100)
Arguments
n |
An integer specifying the number of recent log entries to retrieve. |
Value
A character vector of the n
most recent log entries from the global log.
Examples
head(seasonder_getLog())
[Package SeaSondeR version 0.2.8 Index]