Nothing
library(testthat)
library(allofus)
if (on_workbench()) {
con <- aou_connect()
}
skip_workbench <- function() {
skip_if_not(
on_workbench(),
"This test is only for the workbench"
)
}
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.