Skip to contents

`parse_ib_trace` converts the JSON to a data.frame

Usage

parse_ib_trace(tracejson)

Arguments

tracejson

Trace JSON as provided by the CBA ItemBuilder runtime.

Value

data frame with all hits and result texts

Details

The returned object returns a data.frame containing the trace data provided as JSON.

Examples

if (FALSE) { # \dontrun{
 demo <- parse_ib_trace(json)
} # }