Description Usage Arguments Value Examples
Saves the data frame created from processNlCountry* to the appropriate location. Note: This function does not perform any validation error checking and will overwrite existing data. Use with caution.
1 2 3 4 5 6 7 8 | saveCtryNlData(
ctryNlDataDF,
ctryCode = NULL,
admLevel,
gadmVersion = pkgOptions("gadmVersion"),
gadmPolyType = pkgOptions("gadmPolyType"),
custPolyPath = NULL
)
|
ctryNlDataDF |
dataframe with the country data to save |
ctryCode |
the ctryCode to which the data belongs |
admLevel |
the country admin level to process |
gadmVersion |
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 |
None
1 2 3 4 | ## Not run:
Rnightlights:::saveCtryNlData(ctryNlDataDF, ctryCode)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.