pandoc(input, format = "html", config = getOption("config.pandoc"))input file and an extension .pandoc (e.g.
for The configuration file is a DCF file (see
read.dcf). This file must contain a field
named format which means the output format. The
configurations are written in the form of
tag:value and passed to Pandoc (if no value is
needed, just leave it empty, e.g. the option
standalone or s for short). If there are
multiple output formats, write each format and relevant
configurations in a block, and separate blocks with blank
lines.
read.dcfsystem("pandoc -h") # see possible output formatsRun the code above in your browser using DataLab