Nothing
.onAttach <- function(...) {
if (!interactive()) return()
# get semirandom number without messing with the seed
trigger <- (as.numeric(Sys.time()) %% 100) <= 5
if (trigger) packageStartupMessage("Trans rights are human rights.")
}
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.