`parse_ib_scoring` converts the JSON to a data.frame
Usage
parse_ib_scoring(scoringjson)
Arguments
- scoringjson
Scoring 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 scoring provided as JSON.
Examples
if (FALSE) { # \dontrun{
demo <- parse_ib_scoring(json)
} # }