sits_config_show {sits}R Documentation

Show current sits configuration

Description

Prints the current sits configuration options. To show specific configuration options for a source, a collection, or a palette, users can inform the corresponding keys to source and collection.

Usage

sits_config_show(source = NULL, collection = NULL)

Arguments

source

Data source (character vector).

collection

Collection (character vector).

Value

No return value, called for side effects.

Examples

sits_config_show(source = "BDC")
sits_config_show(source = "BDC", collection = "CBERS-WFI-16D")

[Package sits version 1.5.0 Index]