Nothing
skip_if_no_apps <- function() {
if (!dir.exists(test_path("apps/hello"))) {
skip(paste0("App test folder has been ignored"))
}
}
skip_if_no_local_apps <- function() {
if (!dir.exists(test_path("local-apps/window"))) {
skip(paste0("Local app test folder has been ignored"))
}
}
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.