setTMPEnvVt <- function(inYamlFile){
inEnvs <- yaml::read_yaml(inYamlFile)
withr::with_envvar(new=c("vt" =inEnvs$vt), Sys.getenv("vt"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.