Learn R Programming

fcaR (version 1.5.0)

context_from_json: Import FormalContext from JSON

Description

Reconstructs a FormalContext object from a JSON string.

Usage

context_from_json(json_str)

Value

A FormalContext object.

Arguments

json_str

A JSON string generated by to_json().