searchLocationBlends {openblender} | R Documentation |
Search Blends that intersect your anchor in location providing a string. Consult documentation here.
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
## Not run: results <- openblender::searchTimeBlends(token="YOUR_TOKEN", anchor_lat=df_anchor$latitude, anchor_lon=df_anchor$longitude, search_text="coronavirus") ## End(Not run)