Description
Argument Handling for Command-Line, Stand-Alone R Scripts.
Description
Provides functions to handle command-line arguments for R scripting. It enables building stand-alone R programs that accept and parse command-line options in 'BIOS' style. Zhang (2025) <https://github.com/bedapub/ribiosArg>.
README.md
ribiosArg: Handling command-line arguments of stand-alone R programs
What is ribiosArg?
ribiosUtils is a R package in the ribios suite that handles command-line arguments of stand-alone R programs. It is used to build R programs that run via command-line.
It is distributed under the GPL-3 license.
Installation
Run following commands in the R console.
library(devtools)
devtools::install_github("bedapub/ribiosArg")