bru_log_new | R Documentation |
bru_log
objectCreate a bru_log
object, by default empty.
bru_log_new(x = NULL, bookmarks = NULL)
x |
An optional character vector of log messages, or |
bookmarks |
An optional |
Other inlabru log methods:
bru_log()
,
bru_log_bookmark()
,
bru_log_message()
,
bru_log_offset()
,
bru_log_reset()
x <- bru_log_new()
x <- bru_log_message("Test message", x = x)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.