[R] Better scrolling feature in ggplot using Shiny???

2016-01-04 Thread Kunal Shah
Hello, I have plotted a ggplot of large data around 3 points. I opened it in Shiny. I want a scrolling feature so that I can just scroll the data. I tried to write a code in Shiny where the user can select the slider range. But "scrolling" by that is not efficient and not at all smooth Any h

[R] Web/Server Interface for R files

2015-07-06 Thread Kunal Shah
Hello, I have the following code From excel.link package xl.workbook.activate("ADSnippetXLS.xlsx") source('ActiveDeltaSnippet2.R') "ActiveDeltaSnippet2.R" takes data from ADSnippetXLS, performs some computations on the data and outputs the data back into "ADSnippetXLS.xlsx" I dont w