Learn R Programming

iai (version 1.4.0)

read_json: Read in a learner or grid saved in JSON format

Description

Julia Equivalent: IAI.read_json

Usage

read_json(filename)

Arguments

filename

The location of the JSON file.

Examples

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

Run the code above in your browser using DataLab