On Tue, 5 Oct 2010, Richard R. Liu wrote:
Hi,
I have a function f <- function(..., func){ something }, where func is a
function of the form function(...). ??I would like to pass func all the
arguments
passed to f except the last. ??I know that I can manipulate the variable number
of arguments
On 05/10/2010 2:23 PM, Richard R. Liu wrote:
Hi,
I have a function f<- function(..., func){ something }, where func is a
function of the form function(...). I would like to pass func all the arguments
passed to f except the last. I know that I can manipulate the variable number
of arguments
Hi,
I have a function f <- function(..., func){ something }, where func is a
function of the form function(...). I would like to pass func all the arguments
passed to f except the last. I know that I can manipulate the variable number
of arguments passed to f by converting ... to a list, i.e.,
3 matches
Mail list logo