#' Unset 'GITHUB_PAT'
#'
#' Unset 'GITHUB_PAT'
#'
#' @return Nothing
#' @export
nf_github_pat_unset <- function() {
Sys.unsetenv("GITHUB_PAT")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.