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

How To Flip Up Shapes In Shiny By Clicking A Button?

I want to include a semantic shape element in my shiny app (shapes: https://semantic-ui.com/modules… Read more How To Flip Up Shapes In Shiny By Clicking A Button?

How To Change Datatable Row Background Colour Based On The Condition In A Column, Rshiny

I have a real-time log file running, that listens to the database and renders a datatable of the mo… Read more How To Change Datatable Row Background Colour Based On The Condition In A Column, Rshiny

Need Help For Opencpu And Igraph Output Format

My data Adjancy array is var g = [[10, 2], [15, 0], [18, 3], [19, 6], [20, 8.5], [25, 10], [30, 9]… Read more Need Help For Opencpu And Igraph Output Format

Using Opencpu To Access Custom R Function

I have an R code which loads the RandomForest model, I am looking to create a function which load(m… Read more Using Opencpu To Access Custom R Function

Dynamically Created Selectinputs Not Recognized In Server

I created a simple project where I generate select inputs from a list in one module (selector) whic… Read more Dynamically Created Selectinputs Not Recognized In Server

Add Shaded Rectangle With Select Box Corners In Plotly R

I am trying to create an application where if a user employs the Box Select tool in Plotly, then a … Read more Add Shaded Rectangle With Select Box Corners In Plotly R

Retrieving R Object Attributes In Javascript - Part 2

I posted a similar question earlier (Retrieving R object attributes in JavaScript). In that earlier… Read more Retrieving R Object Attributes In Javascript - Part 2

Problem When Reloading An Animated Gif In Chrome - Part Ii

Continuing from Mark's suggestion here I am now using uiOutput and renderUI. The code below dis… Read more Problem When Reloading An Animated Gif In Chrome - Part Ii

Trouble Scraping A Table Into R

I am trying and failing to scrape the table of average IQs by country from this web page into R. I&… Read more Trouble Scraping A Table Into R

Shiny.oninputchange Is Not A Function

I have code like is in my shiny app: $(function() { Shiny.onInputChange('initialHash', p… Read more Shiny.oninputchange Is Not A Function

Shiny: Passing Reactivevalues To Conditionalpanel

Can I pass a reactiveValues to a conditionalPanel's condition? If so, how? Here is what I have … Read more Shiny: Passing Reactivevalues To Conditionalpanel

Add Line Numbers To Text Content Of A Rendered Rmarkdown Html Document

I am writing a report in Rmarkdown which shall be rendered in html because it contains Rshiny chunk… Read more Add Line Numbers To Text Content Of A Rendered Rmarkdown Html Document

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

Different Depth In 3d Barchart In Highcharts

I know that I can set depth of all bars in Highcharts using depth property in column property of pl… Read more Different Depth In 3d Barchart In Highcharts

Synchronize Horizontal Scrolling Of Two Handsontables

I'd like to synchronize the scrolling of two handsontables in a shiny app. I tried some attemp… Read more Synchronize Horizontal Scrolling Of Two Handsontables

How To Include Highcharts Motion Plugin For Bubble Plot Using R Wrapper?

Highcharts motion plugin - Requires 3 adjustments to a highchart. The inclusion of the js asset A… Read more How To Include Highcharts Motion Plugin For Bubble Plot Using R Wrapper?

How To Change Datatable Row Background Colour Based On The Condition In A Column, Rshiny

I have a real-time log file running, that listens to the database and renders a datatable of the mo… Read more How To Change Datatable Row Background Colour Based On The Condition In A Column, Rshiny

Scraping Javascript-Rendered Content In R From A Webpage Without Unique URL

I want to scrape historical results of South African LOTTO draws (especially Total Pool Size, Total… Read more Scraping Javascript-Rendered Content In R From A Webpage Without Unique URL

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?

Trouble Scraping A Table Into R

I am trying and failing to scrape the table of average IQs by country from this web page into R. I&… Read more Trouble Scraping A Table Into R