Description Usage Arguments Value Examples
get 'LIFX' API rate limit
1 | lx_rate_limit(token = lx_get_token())
|
token |
API token (see ?lx_save_token). If left empty, the token is retrieved from the environmental variable if available. (see |
a named vector of three numbers:
1. 'limit': The rate limit 2. 'remaining': how many calls are remaining 3. 'reset': the Unix timestamp for when the next window begins. Usually every minute.
1 | ## Not run: lx_rate_limit()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.