View source: R/seasonder_log.R
seasonder_lastLog | R Documentation |
This function fetches and splits the log entries, then returns the last entry.
seasonder_lastLog(...)
... |
Arguments passed to |
A character vector representing the last log entry.
# Enable logging
seasonder_enableLogs()
# Log a test message
seasonder_log("Test log entry", "info")
# Retrieve the last log entry
head(seasonder_lastLog())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.