Nothing
# Return the known warning-registry defaults for the package runtime.
.wa_warning_defaults <- function() {
list(
missing_tree_item_id = TRUE,
command_layer = TRUE,
command_layer_debug = FALSE
)
}
# Return the known package warning-registry keys.
.wa_warning_keys <- function() {
names(.wa_warning_defaults())
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.