new.alist: Create a new function argument list from a list or vector of...

Description Usage Arguments Value

View source: R/function_utils.r

Description

Creates a formal argument list from a list or vector of strings, ready to be assigned via formals.

Usage

1
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.


rgp documentation built on May 30, 2017, 12:45 a.m.