Learn R Programming

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")

Copy Link

Version

Install

install.packages('command')

Monthly Downloads

164

Version

0.1.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

John Bryant

Last Published

November 22nd, 2025

Functions in command (0.1.3)

makefile

Create a Makefile
command-package

command: Process command line arguments
extract_make

Turn a 'cmd_assign' Call Into a Makefile Rule
cmd_assign

Assign Values Passed at the Command Line or Interactively
shell_script

Create a Shell Script
extract_shell

Turn a 'cmd_assign' Call Into a Shell Command