download_pandoc_binaries | R Documentation |
Downloads the assets and extracts the executable program binaries for Linux, macOS and Windows of the specified Pandoc release.
download_pandoc_binaries(
release_id = yay::gh_release_latest(owner = "jgm", name = "pandoc")$id,
os = c("linux", "macos", "windows"),
path = "bin/",
overwrite = TRUE
)
release_id |
The GitHub release identifier of the desired Pandoc release. Use
|
os |
The operating system(s) for which Pandoc binaries should be downloaded. Any combination of
|
path |
The filesystem path to which the binaries are saved to. A path or something coercible to. |
overwrite |
Whether to overwrite existing binaries under |
path
invisibly.
GitHub release functions: yay::gh_releases()
, yay::gh_release_latest()
Other Pandoc functions:
pandoc_release_assets()
,
pandoc_tpl()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.