extract_locations | R Documentation |
Extract locations from strings
extract_locations(v)
v |
Text vector. |
The function relies on geographical entity detection from NLP models.
A data frame of locations and the number of times they appear.
#extract_locations(c("This is the United States", "This is Sao Paulo",
#"I was in Rio de Janeiro and Sao Paulo, then back to the United States"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.