Re: [R] twitteR return error message

2012-11-08 Thread climmi
this is my session information. I don't know how to edit my post so I reply it here > sessionInfo() R version 2.15.0 (2012-03-30) Platform: x86_64-pc-mingw32/x64 (64-bit) locale: [1] LC_COLLATE=English_Singapore.1252 LC_CTYPE=English_Singapore.1252 LC_MONETARY=English_Singapore.1252 [4]

[R] twitteR return error message

2012-11-08 Thread climmi
I am new to the packge twitteR when using this package I came across several problems, can anybody help me on those problems? Many Thanks rm(list=ls()) library(bitops) library(RCurl) library(rjson) library(twitteR) library(digest) library(ROAuth) requestURL <- "https://api.twitter.com/oa

[R] clean Email format data

2012-06-26 Thread climmi
Dear all I am now going to do some text analysis using R. However, the data is very noisy that I need to clean it first. I don't have much experience in the text cleaning process. Is anyone would provide help on this? If you are able to provide some similar code which was done before would be

Re: [R] Read txt File contains character ""

2012-06-04 Thread climmi
Thank you ! Rui Barradas . Yes, the arrow character "" can not be recoginised by R. the character will be treat as a stop command... So I replace all the character "" with space, then it works.. Just want to know is there any way for R to handle it. Not sure does eveybody able to view the cha

[R] Read txt File contains character ""

2012-06-04 Thread climmi
Hi Dear friend, I encountered a problem when I read in one huge txt file which contains the character *""* when I run read.table("D:/test.txt",header=T,sep="\t",quote="") the lines can only be read before "" appears. Once "" appears, it will stop there. Could you help me on this . Many th