View source: R/RGISToolsOpts.R
setRGISToolsOpt | R Documentation |
setRGISToolsOpt
changes the default value of an 'RGISTools
'
configuration variable. This function can be jointly used with
showRGISToolsOpt
and getRGISToolsOpt
.
setRGISToolsOpt(opt, value, env = optEnv)
opt |
a |
value |
the new value of the selected option. |
env |
the environment where the ' |
this function does not return anything.
# list avaliable options names showRGISToolsOpt() # list the URL where the Landsat-7 metadata is located getRGISToolsOpt("LS7META.dir") # change the URL where the Landsat-7 metadata is located setRGISToolsOpt("LS7META.dir", "NewMTDir") # list the URL where the Landsat-7 metadata is located getRGISToolsOpt("LS7META.dir")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.