Converts JSON from Druid into a data frame

Usage

druid.resulttodf(result, resultFn = identity, ...)

Arguments

result
Druid query result
resultFn
function to transform results

Description

Retrieves the JSON result from Druid, then formats it into a dataframe with a timestamp column

See also

query