Retrieve account details associated with the provided token
Usage
cds_get_account(token = cds_get_token(), ...)Arguments
- token
An API key to be used for authentication. Will use
cds_get_token()by default.- ...
Ignored
See also
Other authentication-functions:
cds_account_metrics(),
cds_check_authentication(),
cds_get_token()
Examples
if (interactive() && cds_token_works()) {
cds_get_account()
}