1. Learn
  2. /
  3. Courses
  4. /
  5. How to work with Quandl in R

Exercise

Identifying a dataset with its ID

At Quandl, every dataset is identified by a unique id. This unique id can be found on the Quandl website as the Quandl Code. For example, the Quandl page for Historical Housing Market Data shows that the Quandl code to fetch this data is YALE/RBCI.

You use this ID to access your dataset in R. Let's practice this...

Instructions

100 XP
  • Look up the code for the Prague Stock Index and access it in R by assigning the dataset to PragueStockExchange. You can find the Quandl code to do so on the website.