Get text for tribal marker popup getPopup is used within TADA_addPolys and TADA_addPoints
Source:R/Utilities.R
getPopup.Rd
Get text for tribal marker popup getPopup is used within TADA_addPolys and TADA_addPoints
Examples
if (FALSE) { # \dontrun{
# Get the Oklahoma Tribal Statistical Areas feature layer
layer <- getLayer("extdata/OKTribe.shp")
# Get popup text for individual markers
getPopup(layer, "Oklahoma Tribal Statistical Areas")
} # }