Description Usage Arguments Value Examples
View source: R/pc_process_backlinks.R
Takes manual inputs, records them in lists in other sheets of the same worksheet, and removes them from the "process" sheet.
1 2 3 4 | pc_process_lists(
lists = c("blacklist_source", "blacklist_referrer", "whitelist_source",
"whitelist_referrer")
)
|
lists |
A characther vector giving the names of the categories for manual categorisation. Defaults to 'c("blacklist_source","blacklist_referrer","whitelist_source","whitelist_referrer")'. |
Nothing, used for its side effects.
1 2 3 4 | ## Not run:
pc_process_lists()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.