searchTimeBlends {openblender} | R Documentation |
Search Blends that intersect your anchor in time providing a string. Consult documentation here.
searchTimeBlends(token, anchor_ts, search_text, oblender = FALSE)
token |
Obtained in openblender.io |
anchor_ts |
Dataframe with a timestamp column in unix timestamp format. |
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_ts=df_anchor$timestamp, search_text="coronavirus") ## End(Not run)