how to extract top 10 data in R code example Example: r extract top values from data frame top_myvar <- head(arrange(df, desc(myvar)), n = 10)