EVOLUTION-MANAGER
Edit File: r.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: Return Path to 'r' Binary</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 r {littler}"><tr><td>r {littler}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Return Path to <code>r</code> Binary</h2> <h3>Description</h3> <p>Return the path of the install <code>r</code> binary. </p> <h3>Usage</h3> <pre> r(usecat = FALSE) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>usecat</code></td> <td> <p>Optional toggle to request output to stdout (useful in Makefiles)</p> </td></tr> </table> <h3>Details</h3> <p>The test for Windows is of course superfluous as we have no binary for Windows. Maybe one day... </p> <h3>Value</h3> <p>The path is returned as character variable. If the <code>usecat</code> option is set the character variable is displayed via <code><a href="../../base/html/cat.html">cat</a></code> instead. </p> <h3>Author(s)</h3> <p>Dirk Eddelbuettel </p> <hr /><div style="text-align: center;">[Package <em>littler</em> version 0.3.11 <a href="00Index.html">Index</a>]</div> </body></html>