tests/testthat/_snaps/interface.md

get.edge.ids() deprecation

Code
  get.edge.ids(g, 1:2)
Condition
  Warning:
  `get.edge.ids()` was deprecated in igraph 2.1.0.
  i Please use `get_edge_ids()` instead.
Output
  [1] 0
Code
  get.edge.ids(g, 1:2, multi = TRUE)
Condition
  Error:
  ! The `multi` argument of `get.edge.ids()` was deprecated in igraph 2.0.0 and is now defunct.


Try the igraph package in your browser

Any scripts or data that you put into this service are public.

igraph documentation built on Oct. 20, 2024, 1:06 a.m.