bd_search | R Documentation |
uses sf
bd_search(searchFor, level = "division", as.is = FALSE, coordinates = FALSE)
searchFor |
search keyword |
level |
administrative level of bangladesh. Should be one of: "country", "division", "district", "upazila","union' |
as.is |
boolean, if TRUE, matches exact keyword as given |
coordinates |
boolean, if TRUE, returns centroids of searched areas (latitudes and longitudes) |
A data frame
bd_search("amtali", level = "union", as.is = TRUE, coordinates = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.