You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In constrast to matrices, replicating rows in data.frames is very slow. The bottleneck is the check/creation of unique rownames. In many situations, one does not care about the latter and it would be convenient to pass a ignore.row.names = TRUE argument to the subsetting operation [.data.frame.