EVOLUTION-MANAGER
Edit File: set_argnames.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: Make names for unnamed symbol arguments</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 set_argnames {rlist}"><tr><td>set_argnames {rlist}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Make names for unnamed symbol arguments</h2> <h3>Description</h3> <p>Make names for unnamed symbol arguments </p> <h3>Usage</h3> <pre> set_argnames(args, data = args) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>args</code></td> <td> <p>the unevaluated argument list</p> </td></tr> <tr valign="top"><td><code>data</code></td> <td> <p>the list to be named (<code>args</code> by default)</p> </td></tr> </table> <h3>Details</h3> <p>The elements of an unevaluated list of arguments may or may not have names as given by user. For example, <code>list.select</code> requires user to specify the fields to select. These fields are unevaluated arguments, some of which are symbols and others are calls. For the symbols, it is natural to make the resulted lists to have the same name for the particular arguments. </p> <hr /><div style="text-align: center;">[Package <em>rlist</em> version 0.4.6.2 <a href="00Index.html">Index</a>]</div> </body></html>