normalize_path: Platform-specific utility functions

View source: R/platform_utils.R

normalize_pathR Documentation

Platform-specific utility functions

Description

These are internal helper functions to ensure cross-platform compatibility. They handle differences between operating systems for file paths, encodings, and other platform-specific behaviors.

Usage

normalize_path(path, must_work = FALSE)

Arguments

path

Character string containing the path to normalize

must_work

Logical indicating whether the path must exist

Value

Normalized absolute path


ces documentation built on Aug. 29, 2025, 5:26 p.m.