R/pandoc.R

Defines functions pandoc

Documented in pandoc

##' Run pandoc
##'
##' @param cmd The command to pandoc.
##' @keywords internal
pandoc <- function(cmd) {
    system(paste0("pandoc ", cmd))
}
SVA-SE/mill documentation built on June 21, 2020, 4:09 a.m.