dayno.from.fileinfo: Compute dayno from fileinfo output

Description Usage Arguments Value Author(s)

View source: R/file-functions.R

Description

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)

Usage

1
2
3
See also: dayno.calc

none

Arguments

ftime

is the output from file.info("some-file-name").

format

is reserved for future use (currently there is only one format).

Value

vector with dayno

dayno

Author(s)

Claus E. Andersen

Claus E. Andersen


claus-e-andersen/clanTools documentation built on Oct. 23, 2020, 7:59 a.m.