View source: R/seasonder_log.R
seasonder_getLog | R Documentation |
This function fetches the most recent log entries from the global log variable seasonder_the$log
.
seasonder_getLog(n = 100)
n |
An integer specifying the number of recent log entries to retrieve. |
A character vector of the n
most recent log entries from the global log.
head(seasonder_getLog())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.