Description Usage Arguments Details Examples
This function splits a string at '/' and returns a one of the entries. You can not return muplitle entries at this point.
1 | split_path(x, n)
|
x |
The string to be split. |
n |
The entry to be return |
This is a hepler function in the read_rbind function.
1 | split_path("foo/bar/foo.csv",2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.