tempconfig <- tempfile()
withr::local_envvar(
GIT_CONFIG_GLOBAL = tempconfig,
.local_envir = teardown_env()
)
withr::defer(unlink(tempconfig), envir = teardown_env())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.