pathPrep: Convert Windows paths to R-friendly format

View source: R/utils.R

pathPrepR Documentation

Convert Windows paths to R-friendly format

Description

Convert Windows paths to R-friendly format

Usage

pathPrep(path = "clipboard", read_fn = NULL, write_fn = NULL)

Arguments

path

Path to convert or the string "clipboard" to read from the clipboard.

read_fn

Optional custom function to read from the clipboard.

write_fn

Optional custom function to write to the clipboard.

Value

A normalized path string.


colleyRstats documentation built on May 3, 2026, 5:07 p.m.