Rdocumentation
powered by
Learn R Programming
RDruid (version 0.2.3)
druid.resulttodf: Converts JSON from Druid into a data frame
Description
Retrieves the JSON result from Druid, then formats it into a dataframe with a timestamp column
Usage
druid.resulttodf(result, resultFn = identity, ...)
Arguments
result
Druid query result
resultFn
function to transform results
See Also
query