Rdocumentation
powered by
Learn R Programming
rgp (version 0.4-1)
new.alist: Create a new function argument list from a list or vector of strings
Description
Creates a formal argument list from a list or vector of strings, ready to be assigned via
formals
.
Usage
new.alist(fargs)
Arguments
fargs
The formal arguments, given as a list or vector of strings.
Value
A formal argument list, ready to be passed via
formals
.