sits_config: Reads a configuration file and loads it in the main...

Description Usage Arguments Value Author(s) Examples

View source: R/sits_config.R

Description

This functions reads a default package configuration file. By default, the sits configuration file "config.yml" is located at the directory "extdata" of the package. Then, it reads a user configuration file, which is located by default at the current working directory. The user configuration file overrides the default configuration. To see the contents of the configuration file, please use sits_config_show.

Usage

1
sits_config(user_file = NULL)

Arguments

user_file

User configuration file

Value

A list with the configuration parameters used by sits.

Author(s)

Gilberto Camara, gilberto.camara@inpe.br

Examples

1
2
3
4
# create configuration file
config_sits <- sits_config()
# show configuration file
sits_config_show()

e-sensing/sits.data documentation built on Dec. 26, 2019, 11:02 p.m.