Description
Process Command Line Arguments.
Description
Process command line arguments, as part of a data analysis workflow. 'command' makes it easier to construct a workflow consisting of lots of small, self-contained scripts, all run from a Makefile or shell script. The aim is a workflow that is modular, transparent, and reliable.
README.md

command
Process command line arguments as part of data analysis workflow.
The main function is cmd_assign().
For an overview of the package, see Quick Start.
For ideas on building safe, modular workflows, see Modular Workflows for Data Analysis.
Installation
install.packages("command")
Example
cmd_assign(.data = "data/raw_data.csv",
date_start = "2025-01-01",
trim_outliers = TRUE,
.out = "out/cleaned_data.rds")