getTimestamp: read all files in a directory and read their modification...

Description Usage Arguments Value

View source: R/getTimestamp.R

Description

read all files in a directory and read their modification timestamp

Usage

1
  getTimestamp(path, extension = "WAV", recursive = TRUE)

Arguments

path

the path of the directory. Either an absolute path or relative to the working directory. If missing a dialog box will one where must choose a file within the directory

extension

which file extension should be used? Defaults to 'WAV'. File extensions are not case sensitive.

recursive

should all subdirectories be processed as well? Defaults to TRUE.

Value

A data.frame with timestamp, path and file


RecSelect documentation built on May 2, 2019, 5:01 p.m.