Get text for tribal marker popup getTribalPopup is used within TADA_addPolys and TADA_addPoints
Source:R/Utilities.R
getTribalPopup.RdGet text for tribal marker popup getTribalPopup is used within TADA_addPolys and TADA_addPoints
Examples
if (FALSE) { # \dontrun{
# Read in the Oklahoma Tribal Statistical Areas layer
layer <- readLayer("extdata", "Tribal.gpkg", "OKTribe")
# Get popup text for individual markers
getTribalPopup(layer, "Oklahoma Tribal Statistical Areas")
} # }