Sys.readlink2
From R.utils v2.9.2
by Henrik Bengtsson
Read File Symbolic Links (also on Windows)
Read File Symbolic Links (also on Windows) and returns the target of each link.
This implementation is fully compatible with the
Sys.readlink
() implementation in the base package.
Usage
Sys.readlink2(paths, what=c("asis", "corrected"))
Arguments
- paths
A
character
vector
of file paths. Tilde expansion is done: seepath.expand
().- what
A
character
string specifying what to return.
Value
Community examples
Looks like there are no examples yet.