convert_file_path: Convert between file paths

Description Usage Arguments

Description

Use these functions to convert between R file paths and system file paths. These function make the most sense on a Windows machine since R uses the same file paths as Unix-based systems (i.e. Mac and Linux).

It will also try to convert relative paths to absolute paths if possible.

Usage

1
2
3

Arguments

path

A file path in a form appropriate for R in R_to_sys_path() and in a form appropriate for the operating system in sys_path_to_R().


t-gummer/RADins documentation built on Sept. 14, 2020, 7:58 p.m.