souce() works for URLs, so this should "just work" for http. Did you
try it?
Best,
Ista
On Mon, Jul 6, 2015 at 12:28 AM, Kunal Shah <kunalshah305 at gmail.com>
wrote:> 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 at 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.