finbif_request_token {finbif} | R Documentation |
Get a FinBIF personal access token
Description
Have a personal access token for use with the FinBIF API sent to a specified email address.
Usage
finbif_request_token(email, quiet = FALSE)
Arguments
email |
Character. The email address to which to send the API access token. |
quiet |
Logical. Suppress messages. |
Value
If an access token has already been set then NULL
(invisibly) if
not then, invisibly, a finbif_api
object containing the response from
the FinBIF server.
Examples
## Not run:
# Request a token for example@email.com
finbif_request_token("example@email.com")
## End(Not run)
[Package finbif version 0.9.7 Index]