Re: [R] RStudio Server init script

2013-09-10 Thread Bembi Prima
Sep 9, 2013 at 11:51 PM, Bembi Prima wrote: > > Hi All, > > > > Anyone here using RStudio Server? > > I want to ask how can I put .Rprofile that can be accessed by all user. > > So if someone want to add general function, he can just edit one > .Rprofile > > wit

[R] RStudio Server init script

2013-09-09 Thread Bembi Prima
Hi All, Anyone here using RStudio Server? I want to ask how can I put .Rprofile that can be accessed by all user. So if someone want to add general function, he can just edit one .Rprofile without distribution difficulties. If I just update .Rprofile in my home directory, other user's .Rprofile wi

[R] Word occurrence rate in a tweet

2013-07-10 Thread Bembi Prima
Hi all, Currently I am working on a code that will calculate word occurrence rate in a tweet. First, I have 'tweets' that contains all the tweet I grabbed and I make 'words' that contains all unique word in 'tweets'. After that I use sapply to calculate probability of a word appearing in 'tweets'.

[R] Word occurrence rate in a tweet

2013-07-02 Thread Bembi Prima
Hi all, Currently I am working on a code that will calculate word occurrence rate in a tweet. First, I have 'tweets' that contains all the tweet I grabbed and I make 'words' that contains all unique word in 'tweets'. After that I use sapply to calculate probability of a word appearing in 'tweets'.