Skip to content
Prev 308774 / 398503 Next

How to pick colums from a ragged array?

Hello,

Inline.
Em 23-10-2012 14:53, Stuart Leask escreveu:
The error comes from the fact that id.d is a matrix, Arun is using one 
of the list or data.frame ways of accessing the elements. Try new1[, 
"ID"] and new1[, "DATE"].
Anyway I believe the solution will give all duplicates' first rows, not 
the first rows of the duplicates in first row of each ID.

Rui Barradas