path <- "api_key.txt" has_auth <- file.exists(path) if (has_auth) { api_key <- readLines(path) set_api_key(api_key) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.