Learn R Programming

ces (version 1.0.2)

normalize_path: 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)

Value

Normalized absolute path

Arguments

path

Character string containing the path to normalize

must_work

Logical indicating whether the path must exist