#' Logout of the EDI repository
#'
#' @details Removes the temporary authentication token system variable
#' "EDI_TOKEN".
#'
#' @return (NULL) No return value.
#'
#' @family Authentication
#'
#' @export
#'
#' @examples
#' \dontrun{
#' logout()
#' }
#'
logout <- function() {
suppressWarnings(Sys.unsetenv("EDI_TOKEN"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.