среда, 4 февраля 2015 г.

Integrate R with LiveJournal

Introduction


LiveJournal is a network service where Internet users can keep their blogs or diaries, organizy communities, etc. It contains a lot of user journals and blog entries from all over the world. In this article I would like to describe how to access this date in R by using LiveJournal API's.

понедельник, 26 января 2015 г.

Integrate R with Pastebin

Introduction


Pastebin is a web application which allows anyone to store and share plain text snippets. It is often used for exchanging code snippets and for collaborative code review. I have used Pastebin in one my past project as intermediate online storage for textual information. In this article I would like to describe briefly how to access and use Pastebin functions from R scripts.