r - find top 10 from long version data code example Example: r extract top values from data frame top_myvar <- head(arrange(df, desc(myvar)), n = 10)