You could use rev to reverse the row names df[rev(rownames(df)),] # A B # 3 5 6 # 2 3 4 # 1 1 2. If you want to correct the new reversed row names, ...
確定! 回上一頁