View source: R/Sys.readlink2.R
file.info2 | R Documentation |
Extract File Information (acknowledging symbolic file links also on Windows).
file.info2(...)
... |
A |
A data.frame
. See file.info
() for details.
Henrik Bengtsson
Internally, file.info
() is used, which does not respect
symbolic links on Windows. Instead, on Windows, Sys.readlink2
()
is used for such link to identify the target file and retrieve the
file information on that instead.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.