Learn R Programming

fs (version 1.0.0)

path: Construct path to a file or directory

Description

Construct path to a file or directory

Usage

path(..., ext = "")

Arguments

...

character vectors, if any values are NA, the result will also be NA.

ext

An optional extension to append to the generated path.

path

A character vector of one or more paths.

See Also

base::file.path()