| paths2df | R Documentation |
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)
paths |
a vector of paths. |
col_num |
when set, only the specified column number of the data frame will be returned. |
extra_regex |
extra regular expression for splitting the paths. Example, "_|-" could be used to additionally split on underscores and hyphen characters. |
data.frame of separated path elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.