Liking cljdoc? Tell your friends :D

orchard.inspect.analytics

Submodule of Orchard Inspector for getting quick insights about the inspected data. A "Metabase" for Orchard/CIDER Inspector.

Submodule of Orchard Inspector for getting quick insights about the inspected
data. A "Metabase" for Orchard/CIDER Inspector.
raw docstring

*size-cutoff*clj

source

analyticsclj

(analytics object)

Return various analytical data about object. Supports the following data types with different amount of insights:

  • lists of numbers
  • lists of strings
  • lists of tuples
  • lists of 'records' (maps with same keys)
  • lists of arbitrary collections
  • arbitrary key-value maps
Return various analytical data about `object`. Supports the following data
types with different amount of insights:
- lists of numbers
- lists of strings
- lists of tuples
- lists of 'records' (maps with same keys)
- lists of arbitrary collections
- arbitrary key-value maps
sourceraw docstring

can-analyze?clj

(can-analyze? object)

Simple heuristic: we currently only analyze collections (but most of them).

Simple heuristic: we currently only analyze collections (but most of them).
sourceraw docstring

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

× close