args_cli: Get arguments from the command line interface

View source: R/args_cli.R

args_cliR Documentation

Get arguments from the command line interface

Description

A simple wrapper around commandArgs() that sets trailingOnly = TRUE, reducing typing.

Usage

args_cli()

Value

A vector of command line arguments (as other programming languages would return them, unlike the crummy R default)

Examples

args <- args_cli()


OchoaLab/ochoalabtools documentation built on July 28, 2024, 12:37 p.m.