Nothing
warn_if_default <- function(default) {
if (!is.null(default) && !is.na(default)) {
rlang::warn(
paste(
code("default"), "will have no effect if", code("preserve"),
"is", code("TRUE")
)
)
}
}
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.