Skip to content Skip to sidebar Skip to footer
Showing posts with the label Shiny

Delete Datatable Rows In Shiny App Using Javascript

I'm trying to remove rows from a Datatable in a Shiny app using Javascript. In the table I have… Read more Delete Datatable Rows In Shiny App Using Javascript

Add A Button In Full Screen Mode To Reset To Normal Mode In A Shiny App

In the app below when I press the actionButton() I get a full screen of the plot. Is it possible to… Read more Add A Button In Full Screen Mode To Reset To Normal Mode In A Shiny App

Browser-friendly Way Of Drawing Rectangles On Top Of Image R Shiny

I have written a shiny app that allows the user to draw rectangles on top of an image (minimal repr… Read more Browser-friendly Way Of Drawing Rectangles On Top Of Image R Shiny

How To Change Plotly Legendstatus Of Trace N With A Generic Button + Selectinput Through Javascript In R Shiny

Thanks to answers on this previous question, I have developed a plotly plot with buttons linked to … Read more How To Change Plotly Legendstatus Of Trace N With A Generic Button + Selectinput Through Javascript In R Shiny

Include Javascript File In A Single-file Shiny App

I need to include a js file in a single-file shiny app. I tried to work with a two file app (classi… Read more Include Javascript File In A Single-file Shiny App

Heatmaps On Physical Images (2d Or 3d) Using .js Library For R Shiny App?

I am in the circuit board manufacturing industry, and we measure the temperature at a variety of lo… Read more Heatmaps On Physical Images (2d Or 3d) Using .js Library For R Shiny App?

Observe Sweetalert2 Confirm With Javascript In R Shiny

I have switched to sweetalert2 since the old version is more limited than the new version which is … Read more Observe Sweetalert2 Confirm With Javascript In R Shiny

How To Focus On Textinput Field In Alert Combined With Modaldialog In R?

I am building a Shiny app in which a user can open a modalDialog by clicking on points in a plot. T… Read more How To Focus On Textinput Field In Alert Combined With Modaldialog In R?