knit-haskell-0.2.0.0: a minimal Rmarkdown sort-of-thing for haskell, by way of Pandoc

Copyright(c) Adam Conner-Sax 2019
LicenseBSD-3-Clause
Maintaineradam_conner_sax@yahoo.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Knit.Report.Input.Visualization.Hvega

Contents

Description

Functions to add hvega charts (using Blaze Html) to the current Pandoc document.

Synopsis

Add hvega Inputs

addHvega :: (PandocEffects effs, Member ToPandoc effs) => Text -> VegaLite -> Sem effs () Source #

Add hvega (via html). Requires html since vega-lite renders using javascript.