studyAreaName | R Documentation |
Digest a spatial object to get a unique character string (hash) of the study area.
Use .suffix()
to append the hash to a filename,
e.g., when using filename2
in prepInputs
.
studyAreaName(studyArea, ...)
## S4 method for signature 'character'
studyAreaName(studyArea, ...)
## S4 method for signature 'ANY'
studyAreaName(studyArea, ...)
studyArea |
Spatial object. |
... |
Other arguments (not currently used) |
A character string using the .robustDigest
of the studyArea
. This is only intended
for use with spatial objects.
studyAreaName("Ontario")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.