Let say I want to remove fifth, eighth, and 25th row from a data frame, how can I do so? I was trying dt[!c(5,8,25), ] but it doesn't work. Suggestions please. Thanks.
-
Duplicate of stackoverflow.com/questions/6601658/…?merlin2011– merlin20112014-03-09 07:13:15 +00:00Commented Mar 9, 2014 at 7:13
Add a comment
|