If system2() returns character output (e.g., with the argument stdout = TRUE), check if the output is encoded in UTF-8. If it is, mark it with UTF-8
explicitly. If it returns an integer, treat it as an error code and throw an
error if it is non-zero.
Usage
system3(command, args = character(), ...)Value
The value returned by system2().