'c' has an undocumented 'use.names' argument.  I'm not sure if this is
a documentation or implementation bug.

> c(a = 1)
a
1
> c(a = 1, use.names = F)
[1] 1

Karl

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to