Re: [R] Creating interactive graphs and exporting to Intranet site

2017-04-23 Thread William Michels via R-help
Hi Chris (and Sarah), Chris you've listed a lot of restrictions, but I just wanted to mention Jeroen Ooms' work developing OpenCPU: "The OpenCPU system exposes an http API for embedded scientific computing with R. The server can run either as a single-user development server within the

Re: [R] Creating interactive graphs and exporting to Intranet site

2017-04-23 Thread Chris Battiston
Thanks Duncan - I have 16 groups so generating one output per should be fairly easy. Unfortunately the constraints are not mine but those from the Senior VP team combined with company policy. As I said to someone else I may go with an alternative software (Access database maybe) which will be

Re: [R] Creating interactive graphs and exporting to Intranet site

2017-04-23 Thread Chris Battiston
Hi Jeff Thanks for the reply. Totally understand that my issue may not be resolvable; I was hoping that there was a graphics package I may have missed that I could try. Re: Microsoft product - we do actually have a full license to Power BI, but the director who is requesting the reports

Re: [R] Creating interactive graphs and exporting to Intranet site

2017-04-23 Thread Chris Battiston
Thanks Bert - you’re absolutely right, although it’s my first post on the R Mailing list, I participate in a number of others and should’ve taken my own advice of “not posting when frustrated”. More background - I have tried multiple graphics packages (including iPlots, ggvis, ggplot2,

Re: [R] Creating interactive graphs and exporting to Intranet site

2017-04-23 Thread Sarah Goslee
HI Chris, You can use the R plotly library on your own computer to create the interactive graph, then upload the code to the server. I have a setup like that where real-time data is processed every hour, a Rmarkdown file is rendered using the R plotly package to make the graphs, and then the

Re: [R] Creating interactive graphs and exporting to Intranet site

2017-04-23 Thread Duncan Murdoch
On 22/04/2017 10:29 PM, Chris Battiston wrote: Good evening, I’m relatively new to using R and am trying to find a way to create a series of interconnected graphs where I have a filter (either a drop down or series of checkboxes) where when an option is selected, all graphs are updated to

Re: [R] Creating interactive graphs and exporting to Intranet site

2017-04-23 Thread Jeff Newmiller
You have a lot of limitations... haven't left much room for success. Not sure how to help. I am told that Microsoft provides a cloud solution in which R can be used, but I don't think you would get much useful help in setting that up on this free mailing list... generally you have to pay to

Re: [R] Creating interactive graphs and exporting to Intranet site

2017-04-23 Thread Bert Gunter
"I cannot seem to get them to work as i need them to" does not provide sufficient information for anyone to help you. See -- and follow -- the posting guide to get useful help. My advice would be to forget it: you need to spend (far) more time learning about the options and tools than you have.

[R] Creating interactive graphs and exporting to Intranet site

2017-04-23 Thread Chris Battiston
Good evening, I’m relatively new to using R and am trying to find a way to create a series of interconnected graphs where I have a filter (either a drop down or series of checkboxes) where when an option is selected, all graphs are updated to show that group’s data. I need to keep these