Learn R Programming

upstartr (version 0.1.2)

dir_path: Construct an arbitrary path.

Description

Convenience function that constructs a path. Wraps here::here.

Usage

dir_path(...)

Value

A path string.

Arguments

...

Any number of path strings, passed in the same fashion as here::here.