View source: R/MakeAllFormats.R
MakeAllFormats | R Documentation |
Make a pandoc options file for use with a named R markdown file.
MakeAllFormats(RmdFile, BibFile = "")
RmdFile |
The name of the R markdown file to be converted. |
BibFile |
Name of the bibtex database file to include. |
The options are based on the current best set of possible outcomes. The two html file options use different representations of any mathematical equations. The Microsoft Word file uses the native equation format which is not accessible for blind people using screen readers.
Nothing in the R console/terminal. The function is used for its side effects in the working directory.
A. Jonathan R. Godfrey.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.