Nothing
#' @keywords internal
use_protect <- function(fm) {
rrapply(
fm,
condition = \(x, .xsiblings) {
identical(x, quote(I)) &&
identical(.xsiblings[[1]], quote(I))
},
f = \(x) quote(protect),
how = "replace"
)
}
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.