Description Usage Arguments Value Author(s) Examples
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
.
1 | sits_config(user_file = NULL)
|
user_file |
User configuration file |
A list with the configuration parameters used by sits.
Gilberto Camara, gilberto.camara@inpe.br
1 2 3 4 | # create configuration file
config_sits <- sits_config()
# show configuration file
sits_config_show()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.