Quandl.dataset.get: Retrieves Data from the Quandl Dataset endpoint

View source: R/Quandl.R

Quandl.dataset.getR Documentation

Retrieves Data from the Quandl Dataset endpoint

Description

Retrieves Data from the Quandl Dataset endpoint

Usage

Quandl.dataset.get(code, params)

Arguments

code

Dataset code on Quandl specified as a string.

params

A list of parameters to be passed to the Quandl API. Please see https://docs.quandl.com/docs/in-depth-usage#get-time-series-metadata for a full list of parameters.

Details

Set your api_key with Quandl.api_key function. For instructions on finding your api key go to https://www.quandl.com/account/profile

Value

Returns a data.frame of the requested data

See Also

Quandl.api_key, Quandl

Examples

## Not run: 
quandldata = Quandl.dataset.get("NSE/OIL", list(rows=5))
plot(quandldata[,1])

## End(Not run)

quandl/quandl-r documentation built on June 11, 2022, 2:04 a.m.