คำถามติดแท็ก sqldf

7
เลือกแถวแรกตามกลุ่ม
จากดาต้าเฟรมเช่นนี้ test <- data.frame('id'= rep(1:5,2), 'string'= LETTERS[1:10]) test <- test[order(test$id), ] rownames(test) <- 1:10 > test id string 1 1 A 2 1 F 3 2 B 4 2 G 5 3 C 6 3 H 7 4 D 8 4 I 9 5 E 10 5 J ฉันต้องการสร้างใหม่โดยมีแถวแรกของแต่ละคู่ id …
87 r  dataframe  sqldf 
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.