gitcreds_cache_envvar | R Documentation |
gitcreds_get()
caches credentials in environment variables.
gitcreds_cache_envvar()
calculates the environment variaable name
that is used as the cache, for a URL.
gitcreds_cache_envvar(url)
url |
Character vector of URLs, they may contain user names and paths as well. See details below. |
Character vector of environment variables.
gitcreds_get()
.
gitcreds_cache_envvar("https://github.com") gitcreds_cache_envvar("https://api.github.com/path/to/endpoint") gitcreds_cache_envvar("https://jane@github.com") gitcreds_cache_envvar("https://another.site.github.com")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.