file.select: Select most recent version of a file

Description Usage Arguments

View source: R/file.select.R

Description

Select most recent version of a file

Usage

1
2
3
4
5
6
7
file.select(
  path = NULL,
  pattern = NULL,
  type = NULL,
  decreasing = T,
  not_in_pattern = NULL
)

Arguments

path

folder to look up files

pattern

pattern

type

file extension (e.g. ".csv")

decreasing

Boolean. If TRUE newest file is selected

not_in_pattern

optional. Pattern which is not allowed


mottensmann/DBChecks documentation built on Feb. 3, 2022, 9:21 p.m.