Split paths into parts based on backslash, forwardslash and dot characters and return a data frame of these parts.
paths2df(paths, col_num = NULL, extra_regex = NULL)data.frame of separated path elements.
a vector of paths.
when set, only the specified column number of the data frame will be returned.
extra regular expression for splitting the paths. Example, "_|-" could be used to additionally split on underscores and hyphen characters.