Checks status code from processx process

check_status_code(.status_code, .output, .cmd_args)

Arguments

.status_code

numerical status code from the process

.output

character scalar of output from the process. Used only for error printing.

.cmd_args

character vector of args passed to process. Used only for error printing.