Description Usage Arguments Value See Also Examples
View source: R/locationBlend.R
Search Blends that intersect your anchor in location providing a string. Consult documentation here.
| 1 2 3 4 5 6 7 | searchLocationBlends(
  token,
  anchor_lat,
  anchor_lon,
  search_text,
  oblender = FALSE
)
 | 
| token | Obtained in openblender.io | 
| anchor_lat | Latitude array of your anchor. | 
| anchor_lon | Longitude array of your anchor. | 
| search_text | Text provided to find Time Blends. | 
| oblender | Omit this parameter. | 
A list of datasets with ids, features, and more info.
To see more details go to openblender.io
| 1 2 3 4 5 6 7 | ## Not run: 
results <- openblender::searchTimeBlends(token="YOUR_TOKEN",
                                        anchor_lat=df_anchor$latitude,
                                        anchor_lon=df_anchor$longitude,
                                        search_text="coronavirus")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.