search for: ntmpn

Displaying 1 result from an estimated 1 matches for "ntmpn".

Did you mean: ntmpi
2010 Sep 15
1
Inconvenient behavior of as.data.frame() for lists without names
Hi all, I ran into a small issue when converting a list of vectors to a data frame. The Issue I'm having is described by the snippet below: ######################################################### # Convert a list of vectors into a data.frame strlen = 256 s.long.a = paste( letters[1+(0:strlen %% 26)], collapse="") s.long.b = paste( letters[1+(strlen:0 %% 26)],