Skip to contents

Wrapper for calling air

Usage

.Air(cmd = c("format", "language-server", "help"), ...)

Arguments

cmd

The command to run (not the COMMAND option for air help <COMMAND>)

...

Additional arguments to pass to the command.

Examples

if (FALSE) { # \dontrun{
.Air("format", paths = "R", check = TRUE, log_level = "trace")
} # }