newestFile | R Documentation |
Return the newest file from a vector of files
newestFile(x, timecol = "mtime", n = 1, ...)
x |
|
timecol |
|
n |
|
... |
additional parameters are ignored. |
This function returns the newest file, defined by the most
recently modified time obtained from base::file.info()
.
Character vector length=1
of the most recently modified file
from the input vector x
. Note that any files not found are removed,
using base::file.exists()
.
Other jam practical functions:
breakDensity()
,
checkLightMode()
,
check_pkg_installed()
,
colNum2excelName()
,
color_dither()
,
diff_functions()
,
exp2signed()
,
fileInfo()
,
fixYellow()
,
getAxisLabel()
,
handleArgsText()
,
heads()
,
isFALSEV()
,
isTRUEV()
,
jamba
,
jargs()
,
kable_coloring()
,
lldf()
,
log2signed()
,
make_html_styles()
,
make_styles()
,
match_unique()
,
mergeAllXY()
,
middle()
,
minorLogTicks()
,
printDebug()
,
renameColumn()
,
rmInfinite()
,
rmNAs()
,
rmNA()
,
rmNULL()
,
sclass()
,
sdim()
,
setPrompt()
newestFile(list.files());
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.