sample_algo_tt_json: sample_algo_tt_json.RData

Description Usage Format Examples

Description

A sample JSON exportation of a random truth table algorithm.

Usage

1

Format

JSON materialized as character.

Examples

1
2
3
4
5
6
# Load the sample data
data(sample_algo_tt_json, package = "haricot");
print(haricot::sample_algo_tt_json);
a1 <- algo_tt$new();
a1$from_json(haricot::sample_algo_tt_json);
a1$exec("1010");

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