Description Usage Arguments See Also
View source: R/initializeMazamaSpatialUtils.R
Convenience function that wraps:
1 2 3 4 | logger.setup()
logger.setLevel(WARN)
setSpatialDataDir('~/Data/Spatial')
loadSpatialData('NaturalEarthAdm1')
|
If file logging is desired, these commands should be run individually with
output log files specified as arguments to logger.setup()
.
1 2 3 4 | initializeMazamaSpatialUtils(
spatialDataDir = "~/Data/Spatial",
stateCodeDataset = "NaturalEarthAdm1"
)
|
spatialDataDir |
directory where spatial datasets are created |
stateCodeDataset |
MazamaSpatialUtils dataset returning ISO 3166-2 alpha-2 stateCodes |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.