Learn R Programming

ciftiTools (version 0.3.1)

sys_path: Format a path for system.

Description

Right now, it escapes spaces and parentheses with "\\".

Usage

sys_path(R_path)

Arguments

R_path

The name of the file. It should be properly formatted: if it exists, file.exists(R_path) should be TRUE.

Value

The name of the file