pick out the top 5 rows in r code example Example: r extract top values from data frame top_myvar <- head(arrange(df, desc(myvar)), n = 10)