View source: R/unzip_functions.R
system_check | R Documentation |
Run a system command and check if it succeeds.
system_check( cmd, args = character(), env_vars = character(), path = ".", quiet = FALSE, throw = TRUE, ... )
cmd |
Command to run. Will be quoted by |
args |
A character vector of arguments. |
env_vars |
A named character vector of environment variables. |
path |
Path in which to execute the command |
quiet |
If |
throw |
If |
... |
additional arguments passed to |
The exit status of the command, invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.