update_bucket_list | R Documentation |
You can only update the header
of the bucket_list
.
To update any of the labels or rank list text, use update_rank_list()
instead.
update_bucket_list(
css_id,
header = NULL,
session = shiny::getDefaultReactiveDomain()
)
css_id |
This is the css id to use, and must be unique in your shiny
app. This defaults to the value of |
header |
Text that appears at the top of the bucket list. (This is
encoded as an HTML |
session |
The |
bucket_list, update_rank_list
## Example of a shiny app that updates a bucket list and rank list
if (interactive()) {
app <- system.file(
"shiny/update/app.R",
package = "sortable"
)
shiny::runApp(app)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.