abs_path: Make absolute path from file/dir path parts

Description Usage Arguments Value See Also Examples

View source: R/general.R

Description

Make absolute path from file/dir path parts

Usage

1

Arguments

...

Character vectors of path parts.

Value

Character string

See Also

file.path, normalizePath

Examples

1
2
abs_path(".")
abs_path("..", "..")

iamamutt/mejr documentation built on May 18, 2019, 1:27 a.m.