normalize_path {ces} | R 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
[Package ces version 0.1.0 Index]