Description Usage Arguments Examples
View source: R/pc_process_backlinks.R
Removes elements already whitelisted or blacklisted
1 2 3 4 5 | pc_clean_lists(
lists = c("blacklist_source", "blacklist_referrer", "whitelist_source",
"whitelist_referrer"),
spreadsheet = "process"
)
|
lists |
Names of whitelists and blacklists (they correspond to tab names) |
spreadsheet |
Dribble or name of spreadsheet content as understood by 'pc_find_dribble()'. |
1 2 3 4 | ## Not run:
pc_clean_lists()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.