Learn R Programming

enigma (version 0.3.0)

rate_limit: Get rate limit data.

Description

Get rate limit data.

Usage

rate_limit(key = NULL, ...)

Arguments

key
(character) Required. An Enigma API key. Supply in the function call, or store in your .Renviron file like ENIGMA_KEY=your key), or in your .Rprofile file as options(enigmaKey = "<your key>"), Obtain an API key by creating an account with Enigma at http://enigma.io, then obtain an API key from your account page.
...
Named curl options passed on to HttpClient

Examples

Run this code
## Not run: ------------------------------------
# rate_limit()
## ---------------------------------------------

Run the code above in your browser using DataLab