pc_process_lists: Process whitelists/blacklists or other custom lists

Description Usage Arguments Value Examples

View source: R/pc_process_backlinks.R

Description

Takes manual inputs, records them in lists in other sheets of the same worksheet, and removes them from the "process" sheet.

Usage

1
2
3
4
pc_process_lists(
  lists = c("blacklist_source", "blacklist_referrer", "whitelist_source",
    "whitelist_referrer")
)

Arguments

lists

A characther vector giving the names of the categories for manual categorisation. Defaults to 'c("blacklist_source","blacklist_referrer","whitelist_source","whitelist_referrer")'.

Value

Nothing, used for its side effects.

Examples

1
2
3
4
## Not run: 
pc_process_lists()

## End(Not run)

giocomai/popularitycheckr documentation built on Aug. 1, 2020, 11:50 a.m.