R/has_pandoc.R

Defines functions has_pandoc

has_pandoc <- function() {
  x <- Sys.which("pandoc")
  !is.na(x) && (x != "")
}

Try the simplermarkdown package in your browser

Any scripts or data that you put into this service are public.

simplermarkdown documentation built on March 31, 2023, 10:58 p.m.