Learn R Programming

sits (version 1.5.0)

sits_list_collections: List the cloud collections supported by sits

Description

Prints the collections available in each cloud service supported by sits. Users can select to get information only for a single service by using the source parameter.

Usage

sits_list_collections(source = NULL)

Value

Prints collections available in each cloud service supported by sits.

Arguments

source

Data source to be shown in detail.

Examples

Run this code
if (sits_run_examples()) {
    # show the names of the colors supported by SITS
    sits_list_collections()
}

Run the code above in your browser using DataLab