[R] Web/Server Interface for R files
Kunal Shah
kunalshah305 at gmail.com
Mon Jul 6 06:28:19 CEST 2015
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]]
More information about the R-help
mailing list