Description Usage Arguments Value References Examples
This is just a wrapper of the system function. It comfortably allows for using C-style formatting in the commands, making the calls more readable.
1 2 3 4 5 6 7 8 |
string |
Command pattern. Use %s for string slots |
... |
Substrings to fill each instance of %s |
logfile |
(Default = NULL) Text file to log input and exit status. Useful for debugging |
intern |
(Default = FALSE) FALSE returns the exit status. TRUE the output |
ignore.stdout |
(Default = FALSE) Ignore stdout and stderr |
dry.run |
(Default = FALSE) Set true for returning command without executing |
With default values, returns void. The command executes in the background
https://github.com/RETURN-project/makeDataCube/issues/28
1 2 3 4 | ## Not run:
systemf("tar -xvzf %s -C %s", wvpCompressed, wvpfolder)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.