Learn R Programming

OData (version 0.6)

retrieveData: Retrieve data as list from a dataset

Description

Retrieve data as list from a dataset

Usage

retrieveData(url)

Arguments

url
URL to dataset (needs to include $format=json as parameter)

Value

Data from the OData web service

Examples

Run this code
retrieveData("http://services.odata.org/TripPinRESTierService/Airports/?$format=json")

Run the code above in your browser using DataLab