Skip to content
Prev 310142 / 398502 Next

c weirdness

On 07/11/2012 3:53 PM, Sam Steingold wrote:
Don't give it a named vector.  You can use the unname() function to 
strip the names from tab:

c("nons"=1, "seed"=unname(tab[1]))