from_json: from_json

Description Usage Arguments Value Examples

Description

Convert a JSON export of a haricot class to an instance object of that class.

Usage

1
from_json(json, instance = NULL, ...)

Arguments

json

The exported haricot JSON (json / character).

instance

(Conditional) The target object. If missing or null, a new object will be created (R6 class instance).

...

For future use.

Value

The object instance (R6 class)

Examples

1

daviddoret/haricot documentation built on May 21, 2019, 1:42 a.m.