Re: [R] Reg : : How to plot the live streaming graph in R ?

2016-10-28 Thread Manohar Reddy
in Advance !!! Manu. On Fri, Oct 21, 2016 at 12:32 PM, Ulrik Stervbo wrote: > Hi Manu, > > I'm by far no expert, but if you use Shiny I believe you can refresh using > 'reactiveTimer' and just plot the last n points > > HTH > Ulrik > > On Fri, 21 Oct 2016

[R] Reg : : How to plot the live streaming graph in R ?

2016-10-20 Thread Manohar Reddy
Hi, I have a data which is stored in sql table and in every minute data inserting to this table .Now my requirement is I need to plot the live streaming graph as per below link or PFA. Can anyone help out me how to do that in R ? link : http://www.highcharts.com/studies/live-server.htm T

Re: [R] Reg : R : How to capture cpu usage, memory usage and disks info using R language

2016-10-17 Thread Manohar Reddy
me: 7 processor:_Total" > > grep("processor:", results, value = TRUE) # get just processor data > [1] "PercentProcessorTime: 18 processor:0" "PercentProcessorTime: > 6 processor:1" > [3] "PercentProcessorTime: 6 processor:2" "

[R] Reg : R : How to capture cpu usage, memory usage and disks info using R language

2016-10-14 Thread Manohar Reddy
Hi, ​ Is there any possibility that we can capture cpu usage ,memory usage and disks info using R language on *windows family OS* ? I would like to see data that’s looks like ​a​ below Cpu usage : 70 % Memory usage : 80 % Disks: C drive – 40 % full,D dive – 60 %,full E

[R] Reg : :How to plot and present the multiple values whenever user placed mouse on point it using plotly and ggplot2

2016-09-19 Thread Manohar Reddy
Hi, for my question please browse below url,thanks in advance . url : http://community.plot.ly/t/how-to-plot-and-present-the-multiple-values-whenever-user-placed-mouse-on-point-it-using-plotly-and-ggplot2/2139?u=manohar Manu. [[alternative HTML version deleted]] __

Re: [R] stfrtime function not returning proper results through sqldf package in R

2016-09-16 Thread Manohar Reddy
;)) > date strftime( '%Y-%m-%d', date) > 10 -471-11-24 > 2 1000 -471-08-20 > 3 2000 -470-05-16 > > so the Epoch is nothing sensible and negative years are more than a > thousand days?? > > > -- > Peter Dalga

Re: [R] stfrtime function not returning proper results through sqldf package in R

2016-09-16 Thread Manohar Reddy
uot; "05" "05" "06" "06" "06" "06" > > > > works for me. > > Just a blind guess, is an object date somwhere in your environment? > > Cheers > Petr > > > > -Original Message- > > From:

Re: [R] stfrtime function not returning proper results through sqldf package in R

2016-09-16 Thread Manohar Reddy
Newmiller wrote: > This question is missing pieces... the example is incomplete. > -- > Sent from my phone. Please excuse my brevity. > > On September 15, 2016 9:35:45 PM PDT, Manohar Reddy < > manu.redd...@gmail.com> wrote: > >Hi , > > > > > > > &g

[R] stfrtime function not returning proper results through sqldf package in R

2016-09-15 Thread Manohar Reddy
Hi , I have data something looks like below (or PFA), but when I’m extracting month using *strftime* function through *sqldf* library ,it’s returning below results but it’s not returning exact results ,it supposed to return 05,05,05,06,06,06.Can anyone please guide me how to do that with *s

Re: [R] Drill down reports in R

2016-09-14 Thread Manohar Reddy
ree package on CRAN that allows a tree type > object in shiny that may do what you want (I don't know what all > options it allows and what it can display beyond what is in the > Readme). > > > > On Tue, Sep 13, 2016 at 4:46 AM, Manohar Reddy > wrote: > > Hi,

Re: [R] Drill down reports in R

2016-09-13 Thread Manohar Reddy
in google but I didn’t found > >> suitable link . > >> > >> Can anyone help how to do that in R ? > >> > >> > >> > >> url : http://bhushan.extreme-advice.com/drilldown-report-in-ssrs/ > >> > >> > >> > >> Thank

Re: [R] syntax to connect to linked SQL server using RODBC

2016-09-13 Thread Manohar Reddy
______ > 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, reproducib

[R] Drill down reports in R

2016-09-13 Thread Manohar Reddy
Hi, How to generate “Drill down reports ” (like please refer below url) in R using any package ? I did lot of research in google but I didn’t found suitable link . Can anyone help how to do that in R ? url : http://bhushan.extreme-advice.com/drilldown-report-in-ssrs/ Thanks in Advanc

Re: [R] How to connect Microsoft Sql server from R studio using freeTDS instead of RODBC package

2016-08-30 Thread Manohar Reddy
t; > R. Mark Sharp, Ph.D. > Director of Primate Records Database > Southwest National Primate Research Center > Texas Biomedical Research Institute > P.O. Box 760549 > San Antonio, TX 78245-0549 > Telephone: (210)258-9476 > e-mail: msh...@txbiomed.org > > On Aug 29, 2016, at 1

Re: [R] How to connect Microsoft Sql server from R studio using freeTDS instead of RODBC package

2016-08-29 Thread Manohar Reddy
by the ODBC driver. > > Mark > > R. Mark Sharp, Ph.D. > Director of Primate Records Database > Southwest National Primate Research Center > Texas Biomedical Research Institute > P.O. Box 760549 > San Antonio, TX 78245-0549 > Telephone: (210)258-9476 >

[R] How to connect Microsoft Sql server from R studio using freeTDS instead of RODBC package

2016-08-29 Thread Manohar Reddy
Hi, Can anyone guide me how to connect the Microsoft Sql server 2012/14 from R studio using freeTDS package instead of RODBC ,I can able to connect the MS Sql server from R studio using RODBC. Actually my requirement is I have developed webpage/report using Shiny package then I was deploye