file.mode | R Documentation |
file.info
for R < 3.2.0See the original description in base::file.size
.
file.mode(...)
file.mtime(...)
file.size(...)
# get functions from namespace instead of possibly getting
# implementations shipped with recent R versions:
bp_file.size = getFromNamespace("file.size", "backports")
bp_file.mode = getFromNamespace("file.size", "backports")
bp_file.mtime = getFromNamespace("file.size", "backports")
fn = file.path(R.home(), "COPYING")
bp_file.size(fn)
bp_file.mode(fn)
bp_file.size(fn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.