Learn R Programming

RGISTools (version 0.9.7)

getRGISToolsOpt: Get the default value of an RGISTools option

Description

getRGISToolsOpt gets the current value of an `RGISTools' configuration variable. This function can be jointly used with setRGISToolsOpt and showRGISToolsOpt.

Usage

getRGISToolsOpt(opt, env = optEnv)

Arguments

opt

the name of the `RGISTools' setting to be returned.

env

the environment where the `RGISTools' option are saved.

Value

an option of `RGISTools<U+2019> configuration variable.

Examples

Run this code
# NOT RUN {
# list avaliable options names
showRGISToolsOpt()
# list the Sentinel-2 bands
getRGISToolsOpt("SEN2BANDS")
# list the Landsat-8 bands
getRGISToolsOpt("LS8BANDS")
# list the MODIS09 bands
getRGISToolsOpt("MOD09BANDS")
# }

Run the code above in your browser using DataLab