add_rank_list: Add a rank list inside bucket list.

View source: R/bucket_list.R

add_rank_listR Documentation

Add a rank list inside bucket list.

Description

Since a bucket_list can contain more than one rank_list, you need an easy way to define the contents of each individual rank list. This function serves as a specification of a rank list.

Usage

add_rank_list(text, labels = NULL, input_id = NULL, css_id = input_id, ...)

Arguments

text

Text to appear at top of list.

labels

A character vector with the text to display inside the widget. This can also be a list of html tag elements. The text content of each label or label name will be used to set the shiny input_id value.

input_id

output variable to read the plot/image from.

css_id

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.

...

Other arguments passed to rank_list

Value

A list of class add_rank_list

See Also

bucket_list(), rank_list() and update_rank_list()


rstudio/sortable documentation built on June 29, 2023, 8:57 p.m.