Quandl Tutorial: learn to use quandl in R

[This article was first published on DataCamp Blog, 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.

Quandl TutorialQuandl is a “wikipedia” for numerical data that allows you to rapidly search  through 8 million ready-to-use data sets. At DataCamp, we created a free Quandl Tutorial on how to use the corresponding R package to access Quandl data from within R.   As every real world data analyst knows, finding and formatting numerical data for analysis in R often is a hard and rigid task. Quandl wants to make this task less painful by providing you with a ‘search engine” for numerical data . Not only does it allow you to find data fast, but once you find it, it is ready to use. This is because Quandl’s bot returns data in a standard format, which means that you can translate it to any format you want. One of the great things is that Quandl has its own R package. This package is built on top of the Quandl API, and allows you to access many of the Quandl functionalities right inside the R console.quandl2Our free interactive Quandl tutorial introduces you to the main functionality in the Quandl R package. In two short chapters you can learn how to search through Quandl’s data sets, how to access them, and how you can easily manipulate them for your own purposes. All exercises are based on real-life examples (e.g. Bitcoin exchange rates), and take place in the comfort of your own browser thanks to DataCamp’s interactive learning platform for R.We hope that you will enjoy the course! If you have suggestions on future courses that we should develop, or if you want us to develop a course for you, just contact us via [email protected]

To leave a comment for the author, please follow the link and comment on their blog: DataCamp Blog.

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)