pablobarbera / streamR

Dev version of streamR package: Access to Twitter Streaming API via R
http://cran.r-project.org/web/packages/streamR/
107 stars 47 forks source link

cat -> message #9

Closed expectopatronum closed 8 years ago

expectopatronum commented 8 years ago

At two positions in the code I changed from cat() to message() because this is the recommended way of printing messages. One reason is that I can't suppress messages in my rmarkdown reports when they are written with cat() see "One comment on messages".

PS: I realised later that I can use verbose=FALSE but I think it's still better to have message() :)

pablobarbera commented 8 years ago

Thanks, great idea!!