| cds_get_account | R Documentation |
Retrieve account details associated with the provided token
cds_get_account(token = cds_get_token(), ...)
token |
An API key to be used for authentication. Will use
|
... |
Ignored |
Returns a named list with account details.
if (interactive() && cds_token_works()) {
cds_get_account()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.