Learn R Programming

Rnightlights (version 0.1.2)

createCtryNlDataDF: Initiates the country nightlight dataframe with the country data read from the polygon

Description

Initiates the country nightlight dataframe with the country data read from the polygon. This includes admin levels, level names and area

Usage

createCtryNlDataDF(ctryCode)

Arguments

ctryCode

the ISO3 code of the country

Value

dataframe with the country admin level data

Examples

Run this code
# NOT RUN {
initCtryNlData <- createCtryNlDataDF("KEN")
# }
# NOT RUN {
 #returns a data frame

# }

Run the code above in your browser using DataLab