Learn R Programming

CopernicusClimate (version 0.0.4)

cds_get_account: Get account details

Description

Retrieve account details associated with the provided token

Usage

cds_get_account(token = cds_get_token(), ...)

Value

Returns a named list with account details.

Arguments

token

An API key to be used for authentication. Will use cds_get_token() by default.

...

Ignored

Examples

Run this code
if (interactive() && cds_token_works()) {
  cds_get_account()
}

Run the code above in your browser using DataLab