geoffjentry / twitteR

R based twitter client
http://cran.r-project.org/web/packages/twitteR/index.html
254 stars 164 forks source link

Retweet Functionality Added #110

Closed kevinbrosnan closed 8 years ago

kevinbrosnan commented 8 years ago

Required retweet functionality in addition to this package. This pull request incorporates the function 'retweetStatus' to do just that. Changes to files as follows:

  1. 'retweetStatus' function added to the end of statuses.R
  2. export('retweetStatus') added to the NAMESPACE
  3. \alias{retweetStatus} added to the status-class.Rd documentation file
geoffjentry commented 8 years ago

Thanks, this is great!

kevinbrosnan commented 8 years ago

No problem, thanks for the merge! Great package!