Nothing
purge_secrets <- function() {
x <- aws_secrets_list()
if (!is_empty(x$SecretList)) {
x$SecretList %>%
purrr::map_vec("Name") %>%
purrr::map(aws_secrets_delete, ForceDeleteWithoutRecovery = TRUE)
}
}
running_local_only_tests <- function() {
as.logical(Sys.getenv("SIXTYFOUR_RUN_LOCAL_ONLY_TESTS", 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.