Learn R Programming

CopernicusClimate (version 0.0.4)

cds_list_licences: Obtain a list of licences that can be accepted

Description

Some datasets require you to accept specific licences. This function will provide an overview of all licences associated with datasets and can be accepted.

Usage

cds_list_licences(...)

Value

Returns a data.frame of available licences that can be accepted.

Arguments

...

Ignored

See Also

Other licences: cds_accept_licence(), cds_accepted_licences()

Examples

Run this code
if (interactive()) {
  cds_list_licences()
}

Run the code above in your browser using DataLab