getAbsolutePath {R.utils}R Documentation

Gets the absolute pathname string

Description

Gets the absolute pathname string.

Usage

## Default S3 method:
getAbsolutePath(pathname, workDirectory=getwd(), ...)

Arguments

pathname A character string of the pathname to be converted into an absolute pathname.
workDirectory A character string of the current working directory.
... Not used.

Value

Returns a character string of the absolute pathname.

Author(s)

Henrik Bengtsson http://www.braju.com/R/

See Also

*isAbsolutePath().


[Package R.utils version 0.5.5 Index]