Description Usage Arguments Value Note
This function takes the classified items (full_cids), appends a column to the left, indicating which database the items are from, merges the items, and then prints a single csv file for all the items
1 | combine_items(dom, DB = c("one", "two", "three"), dir = NULL)
|
dom |
Character vector of domains ( |
DB |
Character of the DBs ( |
dir |
file path to where the clasified items live. this directory is also where the output .csv file will go |
None
No warning messages are thrown if the input names are bad.
csv file name is all_domain_items
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.