Nothing
# stop overwriting
stop_local_overwrite <- function(overwrite, x) {
if (isFALSE(overwrite) && file.exists(x)) {
stop(
"Local file aready exists.",
" Set `overwrite = TRUE` to explicitly overwrite the file.",
call. = FALSE
)
}
}
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.