convert_algo_tt_to_character_dataframe: convert_algo_tt_to_character_dataframe

Description Usage Arguments Value Examples

Description

Takes an object of type algo_ and returns a character dataframe representation. This format is both machine and human readable. Useful to populate truth tables in ROxygen2 tabular format with sinew for package documentation.

Usage

1

Arguments

...

For future usage

algo_

A truth table alogirthm (R6 Class algo_)

Value

A nicely formatted ROxygen2 Tabular (character)

Examples

1
2
3
4
5
6
# Function style:
a1 <- algo_tt$new(dim_i = 2, dim_o = 3);
convert_algo_tt_to_character_dataframe(a1);

# R6 method style:
a1$convert_to_character_dataframe();

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