astrapply {pandocfilters} | R Documentation |
Apply the function FUN
on the abstract syntax tree (AST) obtained from pandoc.
astrapply(x, FUN, ...)
x |
a list representing the AST obtained from pandoc. |
FUN |
the function to be applied to the AST. |
... |
optional arguments to |
A list containing the modified AST.