Learn R Programming

styler (version 1.10.3)

set_arg_paths: Standardize paths in root

Description

Standardization required to use setdiff() with paths.

Usage

set_arg_paths(path)

Arguments

path

A path.

See Also

dir_without_.

Examples

Run this code
styler:::set_arg_paths(c("./file.R", "file.R", "../another-file.R"))

Run the code above in your browser using DataLab