adj_path | R Documentation |
Adjusts a path by removing, if present, an ending forward slash.
adj_path(path)
path |
character, the path to be adjusted |
The path without the ending forward slash.
## Not run: if(interactive()){ adj_path('~/git/some_model/') } ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.