searchLocationBlends: Search Location Blends.

Description Usage Arguments Value See Also Examples

View source: R/locationBlend.R

Description

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

Usage

1
2
3
4
5
6
7
searchLocationBlends(
  token,
  anchor_lat,
  anchor_lon,
  search_text,
  oblender = FALSE
)

Arguments

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.

Value

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

See Also

To see more details go to openblender.io

Examples

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)

openblender documentation built on Dec. 1, 2020, 3:01 a.m.