Learn R Programming

sits (version 1.4.1)

sits_config_show: 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, collection, and colors parameters.

Usage

sits_config_show(source = NULL, collection = NULL, colors = FALSE)

Value

A list containing the respective configuration printed in the console.

Arguments

source

Data source to be shown in detail.

collection

Collection key entry to be shown in detail.

colors

Show colors?

Examples

Run this code
sits_config_show()

Run the code above in your browser using DataLab