searchTimeBlends {openblender}R Documentation

Search Time Blends.

Description

Search Blends that intersect your anchor in time providing a string. Consult documentation here.

Usage

searchTimeBlends(token, anchor_ts, search_text, oblender = FALSE)

Arguments

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.

Value

A list of datasets with ids, features, and more info.

See Also

To see more details go to openblender.io

Examples

## Not run: 
results <- openblender::searchTimeBlends(token="YOUR_TOKEN",
                                        anchor_ts=df_anchor$timestamp,
                                        search_text="coronavirus")

## End(Not run)

[Package openblender version 0.6.1 Index]