Displaying 1 result from an estimated 1 matches for "tp18158010p18158010".
2008 Jun 27
2
getting multiple argument names
...{
x = list(...)
names(x) <- deparse(substitute(...))
x
}
a = 1; b = 2; c = 3
y <- foo( a, b, c)
names(y)
as you can see, only the first items are correctly named.
how do i correct this problem?
--
View this message in context: http://www.nabble.com/getting-multiple-argument-names-tp18158010p18158010.html
Sent from the R help mailing list archive at Nabble.com.