seasonder_getLog: Retrieve the Last Logs

View source: R/seasonder_log.R

seasonder_getLogR 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())

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