normalize_path {xfun}R Documentation

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

library(xfun)
normalize_path("~")

[Package xfun version 0.23 Index]