| select_top_k_scores | R Documentation |
Select top-K scores per date
select_top_k_scores(scores, k, ties = "first")
scores |
score panel. |
k |
integer; how many to keep per date. |
ties |
Ties method passed to base::rank (e.g., 'first','average'). |
logical mask panel (Date + symbols) marking selected names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.