Skip to contents

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(...)

Arguments

...

Ignored

Value

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

See also

Examples

if (interactive()) {
  cds_list_licences()
}