Quietly runs a system command: the output is internalized and returned as an invisible variable, and the standard error output is ignored.
qsystem(command)
(Invisibly) the internalized output of the command
The function runs the system command in a quiet mode. The function can be useful in CGI scripts, for instance
dateIntern <- system("date")