Checks whether the network contains any divergences.
Returns FALSE if a divergence column exists with any
value of 2, or if the table has a toid column and duplicated
id values (indicating row duplication from divergences).
Otherwise returns TRUE.
Examples
x <- sf::read_sf(system.file("extdata/new_hope.gpkg", package = "hydroloom"))
is_dendritic(hy(x))
#> [1] FALSE
