Description Usage Arguments Details Value Author(s) See Also
Downloads Pandoc in app_dir
. If Pandoc has already been downloaded, get_Pandoc
will use that file. If the download fails it will stop.
1 | get_Pandoc(app_dir, Pandoc_version = rmarkdown::pandoc_version())
|
app_dir |
Development app's directory, defaults to |
Pandoc_version |
Pandoc version to use, defaults to: pandoc_available. This ensures that the same version of Pandoc used during development is installed on users' computers. |
If create_app(include_Pandoc = TRUE)
, then get_Pandoc
.
sprintf("pandoc-%s-windows.msi", Pandoc_version)
in app_dir
.
Jonathan M. Hill and Hanjo Odendaal
get_R
, copy_installation
, create_config
, create_bat
, directives_section
, setup_section
, languages_section
, tasks_section
, files_section
, icons_section
, run_section
, and code_section
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.