seasonder_lastLog: Retrieve the Last Log Entry

View source: R/seasonder_log.R

seasonder_lastLogR Documentation

Retrieve the Last Log Entry

Description

This function fetches and splits the log entries, then returns the last entry.

Usage

seasonder_lastLog(...)

Arguments

...

Arguments passed to seasonder_splitLog.

Value

A character vector representing the last log entry.

Examples

# Enable logging
seasonder_enableLogs()
# Log a test message
seasonder_log("Test log entry", "info")
# Retrieve the last log entry
head(seasonder_lastLog())

SeaSondeR documentation built on June 8, 2025, 10:50 a.m.