Contains functions for the creation of datasets.
Contains functions for the creation of datasets.
(category-dataset)
(category-dataset items)
Creates a category dataset and adds the 'items', if given.
Creates a category dataset and adds the 'items', if given.
(keyed-value key value)
Creates a key value object and adds the given 'key' and 'value'.
Creates a key value object and adds the given 'key' and 'value'.
(keyed-values items)
Creates a keyed values object and adds the given 'items'.
Creates a keyed values object and adds the given 'items'.
(pie-dataset)
(pie-dataset items)
Creates a pie dataset and adds the 'items', if given.
Creates a pie dataset and adds the 'items', if given.
(sliding-category-dataset ds first-column max-columns)
Creates a sliding category dataset from the dataset 'ds' and the 'first-column' and 'max-columns' parameters.
Creates a sliding category dataset from the dataset 'ds' and the 'first-column' and 'max-columns' parameters.
(statistical-category-dataset)
(statistical-category-dataset items)
Creates a statistical category dataset and adds the 'items', if given.
Creates a statistical category dataset and adds the 'items', if given.
(task description duration)
(task description start end)
Creates a task with the given 'description'. The time period can be given as 'duration' or as 'start' and 'end' dates.
Creates a task with the given 'description'. The time period can be given as 'duration' or as 'start' and 'end' dates.
(task-series id items)
Creates a task series with the given 'id' and adds the 'items' to it.
Creates a task series with the given 'id' and adds the 'items' to it.
(task-series-collection)
(task-series-collection items)
Creates a task series collection and adds the task series 'items', if given.
Creates a task series collection and adds the task series 'items', if given.
(value-dataset)
(value-dataset value)
Creates a value dataset and adds the 'value', if given.
Creates a value dataset and adds the 'value', if given.
(xy-series id items)
Creates a task series with the given 'id' and adds the 'items' to it.
Creates a task series with the given 'id' and adds the 'items' to it.
(xy-series-collection)
(xy-series-collection items)
Creates a xy series collection and adds the task series 'items', if given.
Creates a xy series collection and adds the task series 'items', if given.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close