``` r library(igraph, warn.conflicts = FALSE) g <- make_ring(10) V(g)$name <- paste0("v", 1:10) V(g)$name <- NULL #> Error in `V<-`(`*tmp*`, value = structure(1:10, names = c("v1", "v2", : invalid indexing ``` <sup>Created on 2025-06-26 with [reprex v2.1.1](https://reprex.tidyverse.org)</sup>
Created on 2025-06-26 with reprex v2.1.1