check-scalar-hasGithubPat | R Documentation |
Required for package installs from GitHub, otherwise will hit rate limit.
hasGithubPat()
TRUE
on success;
FALSE
on failure, with cause set.
Updated 2019-10-04.
## TRUE ====
Sys.setenv("GITHUB_PAT" = "XXX")
hasGithubPat()
## FALSE ====
Sys.setenv("GITHUB_PAT" = "")
hasGithubPat()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.