Learn R Programming

xfun (version 0.33)

normalize_path: Normalize paths

Description

A wrapper function of normalizePath() with different defaults.

Usage

normalize_path(x, winslash = "/", must_work = FALSE)

Arguments

x, winslash, must_work

Arguments passed to normalizePath().

Examples

Run this code
library(xfun)
normalize_path("~")

Run the code above in your browser using DataLab