nwd_show_network: Create a graph of the network of one or more domains

Description Usage Arguments Value

View source: R/find_networks.R

Description

Create a graph of the network of one or more domains

Usage

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
)

Arguments

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.

Value

A data.frame (a tibble) including a network_id column grouping all domains that have elements in common. If 'plot = TRUE', a ggplot objext.


giocomai/networkedwebsitesdetector documentation built on Jan. 22, 2021, 5:42 p.m.