View source: R/NMsim_helpers.R
| simplePath | R Documentation |
Simplify file paths by dropping .. and //
simplePath(path)
path |
single or multiple file or dir paths as strings. |
Simplified paths as strings
## Not run:
path <- c("ds/asf.t","gege/../jjj.r")
NMsim:::simplePath(path)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.