Description Usage Arguments Value
View source: R/find_networks.R
Create a graph of the network of one or more domains
1 2 3 4 5 6 7 8 | nwd_show_network(
network,
identifiers_df = nwd_load_identifiers_df(),
identifiers = NULL,
language = NULL,
only_shared_identifiers = TRUE,
plot = TRUE
)
|
network |
A character vector of length one, typically a domain name, or a domain generated with 'nwd_find_network()'. |
identifiers_df |
A data frame, typically created with extract extract_identifiers() and loaded with load_identifiers_df(). |
language |
Defaults to NULL. If given, looks only for network within a given language. |
A data.frame (a tibble) including a network_id column grouping all domains that have elements in common. If 'plot = TRUE', a ggplot objext.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.