local_name_repair_quiet <- function(frame = caller_env()) {
local_options(rlib_name_repair_verbosity = "quiet", .frame = frame)
}
local_name_repair_verbose <- function(frame = caller_env()) {
local_options(rlib_name_repair_verbosity = "verbose", .frame = frame)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.