Learn R Programming

Rnightlights (version 0.2.3)

getCtryNlDataColName: Construct the name of a nightlight data column given the nightlight type and nlPeriod

Description

Construct the name of a nightlight data column given the nightlight type and nlPeriod Used in creating and retrieving data columns from the nightlight data file

Usage

getCtryNlDataColName(nlPeriod, nlStat, nlType)

Arguments

nlPeriod

character vector The nlPeriod to process

nlStat

character vector The stat to be stored in the column

nlType

character vector The type of nightlight

Value

character string

Examples

Run this code
# NOT RUN {
Rnightlights:::getCtryNlDataColName("201612", "sum", nlType="VIIRS.M")
  
# }

Run the code above in your browser using DataLab