Rivet.Utils.Tabular (rivet_utils v2.0.8)

View Source

converts list of keywords into text-based table

for example tabularize([[a: "cat", b: "dog"], [a: "horse", b: "mouse"]])

AB
catdog
horsemouse

Contributor: Jake Wood

Summary

Functions

tabularize(keywords)