| new_bru_log | R Documentation |
bru_log objectCreate a bru_log object, by default empty.
new_bru_log(x = NULL, bookmarks = NULL)
x |
An optional character vector of log messages, or |
bookmarks |
An optional |
A new bru_log object.
Other inlabru log methods:
bru_log(),
bru_log_bookmark(),
bru_log_message(),
bru_log_offset(),
bru_log_reset()
x <- new_bru_log()
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.