Nothing
if (Sys.getenv("METRICMINER_CALENDLY") != "") {
test_that("Calendly: Events", {
# Authorize Calendly
auth_from_secret("calendly",
token = Sys.getenv("METRICMINER_CALENDLY"),
in_test = TRUE
)
user <- get_calendly_user()
events <- list_calendly_events(user = user$resource$uri)
})
} else {
message("testthat tests skipped because no auth detected")
}
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.