Learn R Programming

animl (version 3.2.0)

load_json: Load data from a JSON file.

Description

Load data from a JSON file.

Usage

load_json(file)

Value

loaded json file

Arguments

file

the full path of the file to load

Examples

Run this code
if (FALSE) {
mdraw <- load_json('mdraw.json')
}

Run the code above in your browser using DataLab