powered by
Executes Quandl API calls
quandl.api( path, http = c("GET", "PUT", "POST", "DELETE"), postdata = NULL, ... )
Path to api resource.
Type of http request sent.
A character or raw vector that is sent in a body.
Named values that are interpretted as Quandl API parameters. Please see https://docs.quandl.com.
Quandl API response.
Set your api_key with Quandl.api_key function. For instructions on finding your api key go to https://www.quandl.com/account/profile
api_key
Quandl.api_key
# NOT RUN { quandldata = quandl.api(path="datasets/NSE/OIL", http="GET") plot(quandldata[,1]) # }
Run the code above in your browser using DataLab