I have a huge data frame from which I only select a couple of rows. Then I remove some of the columns based on a condition. let us say that I choose row 4460 as shown bellow
Try to use row index.
e.q.
list <- yourdataframe[4460, ]