(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |