TileConvPath {TileShuffle}R Documentation

TileConvPath

Description

Converts relative to absolute paths.

Usage

TileConvPath(filename)

Arguments

filename A character vector of one or more relative filenames. Note that absolute paths will not be changed.

Details

Converts a given character vector of relative path to absolute paths in their canonical form by use of the current working directory and some path normalizations, i.e., no ./, ../ nor symbolic links under unix.

Value

A character vector of same length as filename of absolute paths in their canonical form.


[Package TileShuffle version 0.1.0 Index]