\dontrun{
## Default `id` //
container <- ensureOptionContainer(overwrite = TRUE)
initializeProjectOptions(where = container)
exists("options", container)
## Different `id` //
container <- ensureOptionContainer(overwrite = TRUE)
initializeProjectOptions(id = "OPTIONS", where = container)
exists("OPTIONS", container)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.