CRAN/E | pandocfilters

pandocfilters

Pandoc Filters for R

Installation

About

The document converter 'pandoc' is widely used in the R community. One feature of 'pandoc' is that it can produce and consume JSON-formatted abstract syntax trees (AST). This allows to transform a given source document into JSON-formatted AST, alter it by so called filters and pass the altered JSON-formatted AST back to 'pandoc'. This package provides functions which allow to write such filters in native R code. Although this package is inspired by the Python package 'pandocfilters' , it provides additional convenience functions which make it simple to use the 'pandocfilters' package as a report generator. Since 'pandocfilters' inherits most of it's functionality from 'pandoc' it can create documents in many formats (for more information see ) but is also bound to the same limitations as 'pandoc'.

pandoc.org/
github.com/jgm/pandocfilters/
System requirements pandoc (> 1.12)

Key Metrics

Version 0.1-6
R ≥ 3.0.0
Published 2022-08-11 787 days ago
Needs compilation? no
License GPL-3
CRAN checks pandocfilters results

Downloads

Yesterday 8 0%
Last 7 days 51 -46%
Last 30 days 272 -13%
Last 90 days 813 -6%
Last 365 days 3.696 -8%

Maintainer

Maintainer

Florian Schwendinger

Authors

Florian Schwendinger

aut / cre

Kurt Hornik

aut

Andrie de Vries

ctb

Material

Reference manual
Package source

Vignettes

Introduction to the pandocfilters Package

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

pandocfilters archive

Depends

R ≥ 3.0.0

Imports

jsonlite
utils

Suggests

knitr