File: rendererExists.Rd

package info (click to toggle)
r-cran-markdown 1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 552 kB
  • sloc: ansic: 4,618; sh: 32; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 498 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/renderMarkdown.R
\name{rendererExists}
\alias{rendererExists}
\title{Testing for existence of a markdown renderer}
\usage{
rendererExists(name)
}
\arguments{
\item{name}{name of renderer.}
}
\value{
\code{TRUE} or \code{FALSE} for whether or not the renderer exists.
}
\description{
\code{rendererExists} determines whether or not a certain renderer exists in
the markdown library.
}
\examples{
rendererExists("HTML")
}