Liking cljdoc? Tell your friends :D

org.clojars.punit-naik.data-transformations


apply-aggregateclj/s

(apply-aggregate vl-spec
                 {:keys [fld-name fld-alias grp-by-flds op]
                  :or {fld-alias (str fld-name "_agg")}})

Adds a vega aggregate element in the Vega-lite spec

Adds a vega aggregate element in the Vega-lite spec
sourceraw docstring

apply-filterclj/s

(apply-filter vl-spec filter-clauses)

Applies filter on the Dataset in the Vega-lite spec

Applies filter on the Dataset in the Vega-lite spec
sourceraw docstring

do-calculationclj/s

(do-calculation vl-spec {:keys [calc-str calc-fld-alias]})

Does a calculation on some fields in the data in the Vega-lite spec

Does a calculation on some fields in the data in the Vega-lite spec
sourceraw docstring

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

× close