View source: R/Sys.readlink2.R
Sys.readlink2 | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.