File: pandoc_exec.Rd

package info (click to toggle)
r-cran-rmarkdown 1.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,228 kB
  • sloc: sh: 24; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 500 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/pandoc.R
\name{pandoc_exec}
\alias{pandoc_exec}
\title{Get the path of the pandoc executable}
\usage{
pandoc_exec()
}
\description{
Returns the path of the pandoc executable used by functions in the the
\pkg{rmarkdown} package. This is the most recent version of pandoc found in
either the system path or shipped with RStudio.
}
\details{
See the
\href{http://pandoc.org/MANUAL.html}{pandoc manual}
for pandoc commands.
}