make_union_intersect {traveltimeR} | R 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
[Package traveltimeR version 1.2.1 Index]