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
Examples
if (interactive() && cds_token_works()) {
cds_get_account()
}