Learn R Programming

iai (version 1.0.0)

read_json: read_json

Description

Read in a learner saved in JSON format

Usage

read_json(filename)

Arguments

filename

The location of the JSON file.

Details

Julia Equivalent: IAI.read_json

Examples

Run this code
# NOT RUN {
lnr <- iai::read_json("out.json")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab