path.expand
Expand File Paths
Expand a path name, for example by replacing a leading tilde by the user's home directory (if defined on that platform).
- Keywords
- file
Usage
path.expand(path)
Arguments
- path
- character vector containing one or more path names.
See Also
Examples
library(base)
path.expand("~/foo")
Community examples
Looks like there are no examples yet.