Skip to contents

Command composition

Usage

cmd(command = NULL, args = NULL, ...)

cmd_bash(command = NULL)

cmd_r(command = NULL, vanilla = TRUE)

cmd_docker(command = NULL, image, remove = TRUE, volume = NULL, ...)

cmd_asciinema(command = NULL, filename = NULL, overwrite = TRUE)

Arguments

command

A string.

args

A vector of strings.

...

Strings.

vanilla

A logical.

image

A string.

remove

A logical.

volume

A named list.

filename

A string.

overwrite

A logical.

Value

A vector of strings.