Nothing
#' Get API Key
#'
#' Retrieves the API key for MyOwnRobs from the internal state environment.
#'
#' @keywords internal
#'
get_api_key <- function() {
get("api_key", envir = .state) # Retrieve the 'api_key' from the '.state' environment.
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.