format_index_ids {hydroloom} | R Documentation |
Format Index ids
Description
Format Index ids
Usage
format_index_ids(g, return_list = FALSE)
Arguments
g |
data.frame graph with |
return_list |
logical if TRUE, the returned list will include a "froms_list" element containing all from ids in a list form. |
Value
list containing an adjacency matrix and a lengths vector indicating
the number of connections from each node. If complete
is TRUE
return
will also include a data.frame with an indid
column and a toindid
list
column.
Examples
x <- sf::read_sf(system.file("extdata/new_hope.gpkg", package = "hydroloom"))
y <- add_toids(x) |>
make_index_ids(long_form = TRUE) |>
format_index_ids()
[Package hydroloom version 1.0.2 Index]