Description Usage Arguments Value See Also Examples
Source: copied from httr
vignette "Best practices for API packages" by Hadley Wickham
1 | check_rate_limit(ref)
|
ref |
Any repository reference being used. Repository information is stripped out and only authentication credentials are used to determine the rate limit. |
Informative message on requests remaining and reset time
Other check: check_internet
1 2 3 4 5 | ## Not run:
experigit <- create_repo_ref('emilyriederer', 'experigit')
check_rate_limit(experigit)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.