Nothing
.onAttach <- function(...) {
if (!interactive()) return()
# get semirandom number without messing with the seed
n <- floor(as.numeric(Sys.time()) %% 100)
trigger <- n > 2 && n <= 2
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.