format_cmd_args: Formats command line args from a named list to a string as it...

View source: R/utils.R

format_cmd_argsR Documentation

Formats command line args from a named list to a string as it would be passed on the command line

Description

Formats command line args from a named list to a string as it would be passed on the command line

Usage

format_cmd_args(.args, .collapse = FALSE)

Arguments

.args

A named list of .args to check

.collapse

If FALSE, the default, returns a character vector. If TRUE, collapses return vector to a single string.

Value

character vector of command args


metrumresearchgroup/bbr documentation built on March 29, 2025, 1:08 p.m.