path()
constructs a relative path, path_wd()
constructs an absolute path
from the current working directory.
Arguments
- ...
character vectors, if any values are NA, the result will also be NA. The paths follow the recycling rules used in the tibble package, namely that only length 1 arguments are recycled.
- ext
An optional extension to append to the generated path.
See also
path_home()
, path_package()
for functions to construct paths
relative to the home and package directories respectively.