Description Usage Arguments Details
Make names for unnamed symbol arguments
1 | set_argnames(args, data = args)
|
args |
the unevaluated argument list |
data |
the list to be named ( |
The elements of an unevaluated list of arguments may or may not
have names as given by user. For example, list.select
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.