path.expand {base}
Description
Expand a path name, for example by replacing a leading tilde by the user's home directory (if defined on that platform).
Usage
path.expand(path)
Arguments
- path
- character vector containing one or more path names.
See Also
Examples
path.expand("~/foo")
Documentation reproduced from R 3.0.1. License: GPL-2.
