Skip to contents

Find an origin from indexed IDs

Usage

find_origin(
  network,
  id,
  type = c("id", "comid", "hl_uri", "poi_id", "nldi_feature", "xy")
)

Arguments

network

A `dplyr`-compatible object.

id

A queryable identifier of type `type`.

type

An index type describing `id`.

Value

A network origin. If a single origin is not found, then an exception is raised.