cds_get_account: Get account details

View source: R/token.R

cds_get_accountR Documentation

Get account details

Description

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

Value

Returns a named list with account details.

Examples

if (interactive() && cds_token_works()) {
  cds_get_account()
}

CopernicusClimate documentation built on Jan. 8, 2026, 1:08 a.m.