make_union_intersect: Set objects constructor

View source: R/make_searches.R

make_union_intersectR Documentation

Set objects constructor

Description

Allows you to define unions or intersections of shapes that are results of previously defined searches. You can define a maximum of 10 unions/intersections

Usage

make_union_intersect(id, search_ids)

Arguments

id

Used to identify this specific search in the results array. MUST be unique among all searches.

search_ids

An unnamed list of search ids which results will formulate this union.

Details

See https://docs.traveltime.com/api/reference/isochrones for details

Value

A data.frame wrapped in a list. It is constructed in a way that allows jsonlite::toJSON to correctly transform it into a valid request body

See Also

See time_map for usage examples


traveltimeR documentation built on May 29, 2024, 4:41 a.m.