[R] no applicable method for "names"
Schiller Judith 1541 EB
Judith.Schiller at erstebank.at
Wed Nov 14 17:06:13 CET 2007
hi,
after installing R-2.6.0 the function "names" doesn't work anymore on my
windows xp machine.
for example for a simple vector i get
> z <- 1:3
> names(x)
Error in UseMethod("name"): no applicable method for "names"
... instead of NULL. the same is true for lists and dataframes. attr(z,
"names") is a workaround, but i don't want to change all my functions.
is this a know bug? thanks for any comments,
judith schiller
More information about the R-help
mailing list