nwd_find_network: Find domains related to each across key identifiers

Description Usage Arguments Value

View source: R/find_networks.R

Description

Find domains related to each across key identifiers

Usage

1
2
3
4
5
6
7
8
nwd_find_network(
  domain,
  identifiers_df = nwd_load_identifiers_df(),
  identifiers = NULL,
  identifiers_to_exclude = default_excluded_df,
  language = NULL,
  max_run_n = 10
)

Arguments

identifiers_df

A dataframe of indentifiers in the long format, typically created with 'nwd_load_identifiers_df()'.

identifiers_to_exclude

A dataframe with two columns, 'type' and 'id'. See 'default_excluded_df' for an example.

language

A character vector of language two letter codes. Defaults to NULL. If NULL, processes available languages.

run_n

Number of times to go through all identifiers. For example, if a new domain is found within the network through a common fb_app_id, it may be useful to see if the new domain has any ca_pub codes with others.

Value

Nothing, used for its side effects.


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