build_path: Build file path safely (cross-platform)

View source: R/encoding.R

build_pathR Documentation

Build file path safely (cross-platform)

Description

Wrapper around file.path() to ensure consistent path construction. Never use paste() or sprintf() for path construction.

Usage

build_path(...)

Arguments

...

Path components.

Value

Character. Constructed path.


Rclade documentation built on Sept. 26, 2026, 5:07 p.m.