Skip to content

Tag: r

render javascript component (ag-grid) in r shiny

I am trying to include the most basic example of ag-grid from their website in a R-shiny application, starting from there I will add more and more trying to setup a proper communication frontend-backend on data edit. However I am stuck at the basics of the inclusion. The component is included in source code b…

Rselenium – cannot download spreadsheet in iframe

I am trying to download soil fertility data from the following website: https://soilhealth.dac.gov.in/publicreports/FertilityIndex I have got to the point where I can load the spreadsheet containing the data within an iframe. However I cannot figure out how to access the download button. This is the code I ha…

networkD3 in R – Freeze forceNetwork()

Is there any way to freeze the layout with forceNetwork() in the {networkD3} lib? This is taking me a lot of time, because of the number of nodes that my network has. I just need to stop the animation. I found something here, but didn’t solve my problem. Here is part of my code: Answer You could stop th…