Dynamically updating a rank_list element"

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Introduction

This app demonstrates how to dynamically update a rank_list()

library(htmltools)
tags$div(
  class = "shiny-app-frame",
  tags$iframe(
    src = "https://andrie-de-vries.shinyapps.io/sortable_update_rank_list",
    width = 800,
    height = 700
  )
)

Full example

And the full code:

knitr::read_chunk(
  system.file("shiny-examples/update_rank_list/app.R", package = "sortable")
)



Try the sortable package in your browser

Any scripts or data that you put into this service are public.

sortable documentation built on March 31, 2023, 9:35 p.m.