astrapply {pandocfilters}R Documentation

Apply a Function on a AST

Description

Apply the function FUN on the abstract syntax tree (AST) obtained from pandoc.

Usage

astrapply(x, FUN, ...)

Arguments

x

a list representing the AST obtained from pandoc.

FUN

the function to be applied to the AST.

...

optional arguments to FUN.

Value

A list containing the modified AST.


[Package pandocfilters version 0.1-6 Index]