[R] Facebook package error - Can't get reactions

2017-02-22 Thread Vivek kumar Singh
Hi All, I am using facebook package in R. Following is my code. install.packages('Rfacebook',dependencies = T) library('Rfacebook') #create a favebook app and add http://localhost:1410/ to your app fb_oauth <- fbOAuth(app_id="***", app_secret="*") fb_page <-

[R] Change date time to epoch time

2013-11-16 Thread vivek kumar singh
Hi All, I have time series data in (Year-month-date-hour-minute-second) format and i want to convert it to epoch time. I have tried the following: *> Sys.time()** **[1] "2013-11-17 10:39:46 MYT"** **> as.numeric(Sys.time())** **[1] 1384656006** **> as.numeric("2013-11-17 10:39:46 MYT")** **[1] N

Re: [R] save to file

2012-12-16 Thread vivek kumar singh
On 17/12/2012 11:03, Felipe Carrillo wrote: > I did check that link but it doesn't do what I want..thanks for trying though. > > > Felipe D. Carrillo > Supervisory Fishery Biologist > Department of the Interior > US Fish & Wildlife Service > California, USA > http://www.fws.gov/redbluff/rbdd_jsmp.a

[R] SVM using R

2012-11-29 Thread vivek kumar singh
HI All, I am very new to R tool. Can some one please suggest me some tutorial links for understanding SVM using R. Regards, Vivek __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http