Description Usage Arguments Details Value
Split a file name by '.' or '_' or '-'
1 | parseFilenames(fileTibble, splitcols, sortcols)
|
fileTibble |
a tibble that contains file names in a column called sName |
splitcols |
a character vector containing the column names of the split. Any column whose name starts with 'XX' will be discarded before returning the tible |
sortcols |
a character vector containing the columns to be used for sorting and comparison for duplicate runs (basically different batches but same file name) |
Every filename and splits it by one of three characters ('.' or '_' or '-').
a tibble with strings split from the file name and two more columns added one indicating the run time of the file and the other indicating the batch number if the information in the tibble is otherwise identical
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.