add_rank {besthr} | R Documentation |
add_rank
returns a copy of the passed data frame containing a new
column called rank
which has the ranks of the named score column
add_rank(df, quo_score_col)
df |
data frame |
quo_score_col |
quoted score column name |