Learn R Programming

NMproject (version 0.6.9)

is_full_path: Test if full path

Description

Test if full path

Usage

is_full_path(x)

Value

TRUE only when path starts with ~, /, \ or X: (i.e. when x is a full path), FALSE otherwise.

Arguments

x

String giving file/path name.