[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 help is appreciated


Regards

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[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 want that the file "ActiveDeltaSnippet2.R" to be stored on the same
PC. In fact I want to call this R file which might be stored on any
server/Web

I tried to search Shiny and ROOK but got lost in the literature.
Any help will be appreciated

Regards

[[alternative HTML version deleted]]

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.