Skip to content

Commit

Permalink
update doc for the format argument in pandoc()
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jul 1, 2013
1 parent 4ba841d commit 7641239
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions R/pandoc.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
#' formats, write each format and relevant configurations in a block, and
#' separate blocks with blank lines.
#' @param input a character vector of the Markdown filenames
#' @param format the output format (see References)
#' @param format the output format (see References); it can be a character
#' vector of multiple formats
#' @param config the Pandoc configuration file; if missing, it is assumed to be
#' a file with the same base name as the \code{input} file and an extension
#' \code{.pandoc} (e.g. for \file{foo.md} it looks for \file{foo.pandoc})
#' @return The output filename (or an error if the conversion failed).
#' @return The output filename(s) (or an error if the conversion failed).
#' @references Pandoc: \url{http://johnmacfarlane.net/pandoc/}; Examples and
#' rules of the configurations: \url{http://yihui.name/knitr/demo/pandoc}
#' @seealso \code{\link{read.dcf}}
Expand Down

0 comments on commit 7641239

Please sign in to comment.