Liking cljdoc? Tell your friends :D

pinkgorilla.ui.core-matrix


list-likeclj

(list-like data value open close separator)

util function used in render

util function used in render
sourceraw docstring

mviewclj

(mview dset)
(mview dset {:keys [nrows ncols] :or {nrows 10 ncols 10} :as opts})

view the dataset. Accepts an optional map with :nrows and :ncols keys for number of rols and/or columns to display

view the dataset. Accepts an optional map with :nrows and :ncols keys for 
number of rols and/or columns to display
sourceraw docstring

renderfnclj

(renderfn self)
(renderfn self {:keys [nrows ncols] :or {nrows 10 ncols 10} :as opts})
source

slice-rowsclj

(slice-rows dset)
(slice-rows dset n)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close