gh_cache | R Documentation |
Create a cached version of the GH api calls
gh_cache(
endpoint,
...,
per_page = NULL,
.per_page = NULL,
.token = NULL,
.destfile = NULL,
.overwrite = FALSE,
.api_url = NULL,
.method = "GET",
.limit = NULL,
.accept = "application/vnd.github.v3+json",
.send_headers = NULL,
.progress = TRUE,
.params = list(),
.max_wait = 600,
.max_rate = NULL
)
memoise::memoise(gh::gh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.