At the moment, you can only update the text of the rank_list, not the
labels.
update_rank_list(
css_id,
text = NULL,
session = shiny::getDefaultReactiveDomain()
)This is the css id to use, and must be unique in your shiny
app. This defaults to the value of input_id, and will be appended to the
value "rank-list-container", to ensure the CSS id is unique for the
container as well as the labels.
If NULL, the function generates an id of the form
rank_list_id_1, and will automatically increment for every rank_list.
Text to appear at top of list.
The session object passed to function given to
shinyServer.