Sys.readlink2 {R.utils} | R Documentation |
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.
Sys.readlink2(paths, what=c("asis", "corrected"))
paths |
A |
what |
A |
A character
vector
of the the same length as paths
.
Henrik Bengtsson