Learn R Programming

Rnightlights (version 0.1.2)

pkgReset: Reset global options for the Rnightlights package

Description

Reset global options for the Rnightlights package

Usage

pkgReset()

Arguments

Examples

Run this code
# NOT RUN {
#get cropMaskMethod
pkgOptions("cropMaskMethod")

#set cropMaskMethod to "gdal"
pkgOptions(cropMaskMethod="gdal")

#check cropMaskMethod has changed
pkgOptions("cropMaskMethod")

#reset pkgOptions
pkgReset()

#check cropMaskMethod has been reset
pkgOptions("cropMaskMethod")

# }

Run the code above in your browser using DataLab