| trim_paths | R Documentation |
Trim a vector of filesystem paths.
trim_paths(paths, dir = 0, char = 0)
paths |
vectors of filesystem paths. |
dir |
number of times to apply the base dirname function. |
char |
number of characters to trim from the end of each path. Note this is performed after the dir based trimming. |
a vector of trimmed paths.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.