Output formatsThese output formats can be specified in your document’s YAML frontmatter. Each output format has different arguments available which you can see on their respective help pages. |
|
---|---|
Convert to a Beamer presentation |
|
Convert to an ioslides Presentation |
|
Convert to a PowerPoint presentation |
|
Convert to a slidy presentation |
|
Convert to a ConTeXt document |
|
Convert to GitHub Flavored Markdown |
|
Convert to an HTML document |
|
Convert to a markdown document |
|
Convert to an OpenDocument Text (ODT) document |
|
Convert to a PDF/LaTeX document |
|
Convert to an RTF document |
|
Convert to an MS Word document |
|
Convert to an HTML vignette |
|
Convert to an HTML notebook |
|
Convert to an HTML fragment. |
|
Rendering documentsThese functions can be used to render or “compile” an R Markdown document. |
|
Compiling R scripts to a notebook |
|
Render R Markdown |
|
Delay Rendering for an Expression |
|
|
Render multiple documents as a website |
Render supporting files for an input document |
|
Helper functionsThese functions are useful when working with R Markdown documents. |
|
Create a new document based on a template |
|
List available R Markdown template in a package |
|
Find External Resource References |
|
Include content within output |
|
The YAML metadata of the current R Markdown document |
|
Create a table in HTML with support for paging rows and columns |
|
Relative path utility function |
|
Run a shiny application asking for parameter configuration for the given document. |
|
HTML notebooksFunctions for parsing and generating output for the |
|
Generate R Notebook Metadata |
|
|
Generate R Notebook Output |
Parse an HTML Notebook |
|
Convert a Jupyter/IPython notebook to an R Markdown document |
|
R Markdown websitesFunctions for rendering collections of R Markdown documents as a website. Note that extension packages like bookdown, blogdown, and distill also render multiple R Markdown files. |
|
Publish an R Markdown Website |
|
|
Render multiple documents as a website |
Determine website resource files for a directory |
|
Interactive documentsThese functions add interactivity to R Markdown documents by adding reactive components made with Shiny. |
|
Add code to a shiny_prerendered context |
|
Clean prerendered content for the specified Rmd input file |
|
Run a Shiny document |
|
Pandoc |
|
|
Functions for generating pandoc command line arguments |
Check pandoc availability and version |
|
Convert a bibliograpy file |
|
Convert a document with pandoc |
|
Get the path of the pandoc executable |
|
Pandoc options for an output format |
|
Transform path for passing to pandoc |
|
Create a self-contained HTML document using pandoc. |
|
Render a pandoc template. |
|
Find the |
|
Customizing & extending output formats |
|
Determine all output formats for an R Markdown document |
|
Determine the default output format for an R Markdown document |
|
|
Provide common HTML dependencies for R Markdown formats |
Provide common LaTeX dependencies |
|
Define a LaTeX package dependency |
|
Define and merge an R Markdown's output format dependency |
|
Base output format for HTML-based output formats |
|
Knitr options for an output format |
|
Knitr options for an HTML output format |
|
Knitr options for a PDF output format |
|
Define an R Markdown output format |
|
The output metadata object |
|
Resolve the output format for an R Markdown document |
|
R Markdown Metadata |
|
R Markdown input format definition |
|
Get the full paths of Lua filters in an R package |
|
The rmarkdown package |
|
R Markdown Document Conversion |