Expand a path name, for example by replacing a leading tilde by the user's home directory (if defined on that platform).
path.expand(path)
| Parameter | Description |
|---|---|
path |
character vector containing one or more path names. |
# NOT RUN {
path.expand("~/foo")
# }