View source: R/solarizeddocx-package.R
| document | R Documentation |
Solarized Syntax Highlighting in Microsoft Word
document( ..., reference_docx = "solarized", highlight = "solarized", syntax_definition = "solarized", pandoc_args = character(0) )
... |
Arguments passed to |
reference_docx |
Reference docx file to use. By default, this value is
set to use |
highlight |
Syntax highlighting style to use. By default, this value is
set to |
syntax_definition |
Syntax definition to use for syntax highlighting.
Defaults to |
pandoc_args |
Additional command line options to pass to pandoc. (This should be a character vector of options.) |
An RMarkdown output format for Word documents.
## Not run:
rmarkdown::render("test.Rmd", output_format = solarizeddocx::document())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.