Description
Write the JSON-formatted AST to a connection.
Arguments
con | a connection object or a character string to which the document is written. |
format | a character string giving the format (e.g. "latex" , "html" ). |
writer | an optional writer function, see write.pandoc. |
Note
Any function with the three arguments x
, con
and format
can be used as writer function.