getCtryNlTypes: Return the unique nlTypes available in the data

Description Usage Arguments Value Examples

View source: R/appfuns.R

Description

Return the unique nlTypes available in the data

Usage

1
2
3
4
5
6
7
8
getCtryNlTypes(
  ctryCodes,
  admLevel,
  gadmPolySrc = "GADM",
  gadmPolyVer = "3.6",
  gadmPolyType = "SHPZIP",
  custPolyPath
)

Arguments

ctryCodes

the ISO3 code of the countries

admLevel

The country admin level of interest

gadmPolySrc

The GADM source to use

gadmPolyVer

The GADM version to use

gadmPolyType

The format of polygons to download from GADM

custPolyPath

Alternative to GADM. A path to a custom shapefile zip

Value

character vector available nlTypes

Examples

1
2
3
4
## Not run: 
 getCtryNlTypes()

## End(Not run)

chrisvwn/Rnightlights documentation built on Sept. 7, 2021, 1:44 a.m.