#' redivis_auth
#'
#' Authenticate Redivis Session with API Token
#' @param token An API token saved from Redivis
#' @export
#' @examples
#' \dontrun{
#' redivis_auth("yourAPItokenhere")
#' }
redivis_auth <- function(token) {
Sys.setenv(REDIVIS_API_TOKEN = token)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.