View Source Rivet.Utils.Tabular (rivet_utils v2.0.6)
converts list of keywords into text-based table
for example tabularize([[a: "cat", b: "dog"], [a: "horse", b: "mouse"]])
A | B |
---|---|
cat | dog |
horse | mouse |
Contributor: Jake Wood
converts list of keywords into text-based table
for example tabularize([[a: "cat", b: "dog"], [a: "horse", b: "mouse"]])
A | B |
---|---|
cat | dog |
horse | mouse |
Contributor: Jake Wood