Description Usage Arguments Examples
Separate a path into hierarchical drectories and files for indented reading.
1 | indent_path(path = NULL, copy2clip = is.global(2), symbol = "->")
|
path |
A path to the file/directory. If |
copy2clip |
logical. If |
symbol |
The prefix symbol to use before the path element. |
1 2 3 4 | indent_path("C:/Users/Tyler/Desktop/guy")
indent_path("C:/Users/Tyler/Desktop/guy", symbol="--")
indent_path("C:/Users/Tyler/Desktop/guy", symbol=".")
indent_path("C:/Users/Tyler/Desktop/guy", symbol="")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.