[Rd] Undocumented 'use.names' argument to c()

Karl Millar kmillar at google.com
Wed Sep 21 04:18:21 CEST 2016


'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



More information about the R-devel mailing list