EVOLUTION-MANAGER
Edit File: processx-package.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: processx: Execute and Control System Processes</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for processx-package {processx}"><tr><td>processx-package {processx}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>processx: Execute and Control System Processes</h2> <h3>Description</h3> <p>Tools to run system processes in the background. It can check if a background process is running; wait on a background process to finish; get the exit status of finished processes; kill background processes. It can read the standard output and error of the processes, using non-blocking connections. 'processx' can poll a process for standard output or error, with a timeout. It can also poll several processes at once. </p> <h3>Author(s)</h3> <p><strong>Maintainer</strong>: Gábor Csárdi <a href="mailto:csardi.gabor@gmail.com">csardi.gabor@gmail.com</a> (<a href="https://orcid.org/0000-0001-7098-9676">ORCID</a>) [copyright holder] </p> <p>Authors: </p> <ul> <li><p> Winston Chang </p> </li></ul> <p>Other contributors: </p> <ul> <li><p> RStudio [copyright holder, funder] </p> </li> <li><p> Mango Solutions [copyright holder, funder] </p> </li></ul> <h3>See Also</h3> <p>Useful links: </p> <ul> <li> <p><a href="https://processx.r-lib.org">https://processx.r-lib.org</a> </p> </li> <li> <p><a href="https://github.com/r-lib/processx#readme">https://github.com/r-lib/processx#readme</a> </p> </li> <li><p> Report bugs at <a href="https://github.com/r-lib/processx/issues">https://github.com/r-lib/processx/issues</a> </p> </li></ul> <hr /><div style="text-align: center;">[Package <em>processx</em> version 3.8.0 <a href="00Index.html">Index</a>]</div> </body></html>