.DefaultOptions = list(
UILang = "en"
)
VerifyNSetupOptions <- function(Options) {
if (is.null(Options))
return(.DefaultOptions)
else
return(FixupList(Options, .DefaultOptions))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.