Learn R Programming

Rnightlights (version 0.2.4)

getNlDir: Get the paths to the various data locations

Description

Get the paths to the various locations of nightlights data generated by the Rnightlights package. These correspond to the various "dir..." options in the pkgOptions settings

Usage

getNlDir(dirName)

Arguments

dirName

character vector The name of the directory to retrieve

Examples

Run this code
# NOT RUN {
getNlDir("dirRasterOutput")

getNlDir("dirNlTiles")

getNlDir("dirPolygon")

getNlDir("dirZonals")

# }

Run the code above in your browser using DataLab