file.info | R Documentation |
file.info
for R < 3.2.0Argument extra_cols
has been backported.
See the original description in base::file.info
.
file.info(..., extra_cols = TRUE)
# get function from namespace instead of possibly getting
# implementation shipped with recent R versions:
bp_file.info = getFromNamespace("file.info", "backports")
bp_file.info(file.path(R.home(), "COPYING"), extra_cols = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.