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
if (FALSE) { # \dontrun{
# Request a token for example@email.com
finbif_request_token("example@email.com")
} # }