View source: R/file-functions.R
dayno.from.fileinfo | R Documentation |
Calculate dayno for date output from fileinfo. The function assumes the following format of the fileinfo
# The function assumes the following format of the fileinfo times: "2020-07-15 16:38:28 CEST" Sample call: xx <- file.info(c("alanine-mass-001.txt")) xx.dayno <- dayno.from.fileinfo(xx$mtime)
See also: dayno.calc
none
ftime |
is the output from file.info("some-file-name"). |
format |
is reserved for future use (currently there is only one format). |
vector with dayno
dayno
Claus E. Andersen
Claus E. Andersen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.