My First R Package: infochimps

[This article was first published on Zero Intelligence Agents » R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

I have finally taken the plunge and created my first R package! As frequent readers will know, I often sing the praises of infochimps, a startup out of Austin, TX attempting to be the world’s data clearinghouse. While infochimps is an excellent resource for data sets, they also provide their own set excellent data APIs, which provide information about Twitter, U.S. Census data, and IP geo-location.

I use these APIs quite a bit, and after writing several functions to pull data from them I decided it was time to write a full-blown R wrapper to all of these APIs. For your enjoyment, I submit the infochimps R package, which provides R functions to download and parse data from all of the current infochimps APIs.

I submitted the package to CRAN this afternoon, but am still awaiting approval. In the meantime, if you would like to test out the package you are welcome to download and install it. This process is very straightforward, simply download the source code and run the following command at the R console:

> install.packages("infochimps_0.1.tar.gz", repos=NULL, type="source")

Happy data mining, and please let me know what breaks!

To leave a comment for the author, please follow the link and comment on their blog: Zero Intelligence Agents » R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)