robust_system_check | R Documentation |
Print the data captured by robust_system() and stop if nonzero exit code
robust_system_check(
robust_list = NULL,
name = deparse(substitute(robust_list))
)
robust_list |
[Required] List object that is returned by the [robust_system()] function. |
name |
[Optional. Default: name of 'robust_list' object] String that provides a name for the system call captured in the 'robust_list'. |
This function prints the contents of the 'robust_list' in a nice way, directly to stderr and stdout streams. It also checks the exit code and will 'stop()' if not zero.
[robust_system()]
robust_system_check(robust_list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.