White scenery @showyou, hatena

If you have any comments, you may also send twitter @shsub or @showyou.

R_bot

書き途中。あとで纏める。

twitteRパッケージ
http://sheephead.homelinux.org/2009/07/27/1457/

>install.packages("twitteR")
>library(twitteR)
>init <- initSession("user","pass")
>ft <- friendsTimeline(init)
ft0@screenName, ft0@textとかでテキスト

> regexpr("おはよう",ft13@text)
# おはようを含むtweet
[1] 15
attr(,"match.length")
[1] 4
> regexpr("おはよう",tw)
[1] -1
attr(,"match.length")
[1] -1