Description Usage Arguments Details Value
parse out diplicates from a tibble
1 | parseDups(fileTibble, testCols)
|
fileTibble |
a tibble |
testCols |
a string vector with column names to use for determining if there are more than one batch. |
parsing a number of filenames where sometimes the same file name is generated at different times (different batches) This function adds another column (batchNo) which is a running number that indicates different batches with the same file name.
A tibble with a new colum batchNo indicating the batch number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.