(homogeneous-columns table)
Returns a sequence of true / false indicating that all values in each column of a table are equal. Assumes all rows are the same length. [[A B C] [X B Y]] => (false true false)
Returns a sequence of true / false indicating that all values in each column of a table are equal. Assumes all rows are the same length. [[A B C] [X B Y]] => (false true false)
(table)
a basic results table without imtables complexity. optional second arg options allows you to specify whether or not to show a title for the table, as {:title true}.
a basic results table without imtables complexity. optional second arg options allows you to specify whether or not to show a title for the table, as {:title true}.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close