Learn R Programming

Rnightlights (version 0.2.3)

getNlTileTifLclNamePathOLS: Constructs the full path used to save/access the decompressed OLS .tif file

Description

Constructs the full path used to save/access the decompressed OLS .tif file

Usage

getNlTileTifLclNamePathOLS(nlPeriod, tileNum)

Arguments

nlPeriod

the year in which the tile was created

tileNum

ignored

Value

a character vector filename of the .tif OLS tile

Examples

Run this code
# NOT RUN {
#using default dirNlTiles
# }
# NOT RUN {
Rnightlights:::getNlTileTifLclNamePathOLS("2012", 1)
 #returns "/dataPath/tiles/OLS_2012.tif"
 
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab