powered by
sonarJSON(connection, queryName, queryCol, type, bind = list(), limit = NULL, publishedBy = NULL)
new.SonarConnection
Other connection: new.SonarConnection; sonarAgg; sonarCSV; sonarFind
sonarAgg
sonarCSV
sonarFind
connection <- new.SonarConnection('https://example.com', 'localhost', 'test') delays <- sonarJSON(connection, 'delayed_flights', 'ExampleFlights', type='find', limit=5) summary(delays$Origin$city)
Run the code above in your browser using DataLab