Liking cljdoc? Tell your friends :D

grafter.rdf.preview

Tool support for rendering previews of grafter.tabular graph-fn templates with values from datasets.

Tool support for rendering previews of grafter.tabular graph-fn templates
with values from datasets.
raw docstring

preview-graphclj

(preview-graph dataset graphf row)
(preview-graph dataset graphf row render-constants?)

Takes a dataset a function built via grafter.tabular/graph-fn and a row number, and returns an EDN datastructure representing the template (body) of the graph-fn function with column variables substituted for data.

Takes an optional final argument which can be :render-constants, if the user would also like to substitute symbols from within the graph-fn body with renderable constants found in referenced vars.

Takes a dataset a function built via grafter.tabular/graph-fn and a row
number, and returns an EDN datastructure representing the template (body) of
the graph-fn function with column variables substituted for data.

Takes an optional final argument which can be :render-constants, if the user
would also like to substitute symbols from within the graph-fn body with
renderable constants found in referenced vars.
sourceraw docstring

ToPrintablecljprotocol

->printable-formclj

(->printable-form o)

Converts object into a printable form by returning an UnreadableForm representation of it (or its constituent parts if it can't be serialized.)

Converts object into a printable form by returning an UnreadableForm
representation of it (or its constituent parts if it can't be
serialized.)
source

unreadable-formclj

(unreadable-form val)
source

UnreadableFormclj

source

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

× close