Description Usage Arguments Examples
View source: R/pc_process_backlinks.R
Uploads backliks to relevant google drive spreadsheet, consdering custom blacklist and whitelists.
1 2 3 4 5 | pc_process_backlinks(
backlinks = NULL,
lists = c("blacklist_source", "blacklist_referrer", "whitelist_source",
"whitelist_referrer")
)
|
backlinks |
A data frame with backlinks, typically generated with 'pc_get_backlinks()' or retrieved with 'pc_downlodad_backlinks()' |
lists |
A characther vector giving the names of the categories for manual categorisation. Defaults to 'c("blacklist_source","blacklist_referrer","whitelist_source","whitelist_referrer")'. |
1 2 3 4 | ## Not run:
pc_prepare_backlinks(pc_get_backlinks())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.