Nothing
.onAttach <- function(libname, pkgname) {
packageStartupMessage(cli::format_inline(
"{.pkg azr} {utils::packageVersion('azr')} | Azure OAuth 2.0 credential chain"
))
packageStartupMessage(cli::format_bullets_raw(c(
i = "Environment configuration:"
)))
for (bullet in cli::format_bullets_raw(get_env_config())) {
packageStartupMessage(bullet)
}
}
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.