poissonconsulting/batchr: Batch Process Files

Processes multiple files with a user-supplied function. The key design principle is that only files which were last modified before the directory was configured are processed. A hidden file stores the configuration time and function etc while successfully processed files are automatically touched to update their modification date. As a result batch processing can be stopped and restarted and any files created (or modified or deleted) during processing are ignored.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.2.9000
URL https://poissonconsulting.github.io/batchr/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("poissonconsulting/batchr")
poissonconsulting/batchr documentation built on June 10, 2025, 5:53 a.m.