filter {pandocfilters} | R Documentation |
Apply a filter on the JSON-formatted abstract syntax tree (AST).
filter(FUN, ..., input = stdin(), output = stdout())
FUN |
the function to be applied on the AST. |
... |
optional arguments to |
input |
a connection object or a character string from which the JSON-formatted AST is read. |
output |
a connection object or a character string to which the JSON-formatted AST is written. |