Create a graph of the network of one or more domains

nwd_create_domain_graph_all_connections(
  domains,
  identifiers_df = nwd_load_identifiers_df(),
  identifiers = default_identifiers
)

Arguments

identifiers_df

A data frame, typically created with extract extract_identifiers() and loaded with load_identifiers_df().

Value

A data.frame (a tibble) including a network_id column grouping all domains that have elements in common.

Examples