我是否需要为 html 输出安装 pandoc
Do I need to install pandoc for html output
我正在处理 RMarkdown 文档,我希望使用 rmarkdown
包以 HTML 格式显示输出结果。为此,我需要使用 rmarkdown::render()
函数。有什么方法可以在不在我的电脑上安装 pandoc 的情况下获取 HTML 中的输出吗?另外,我的电脑需要安装pandoc吗?
如果有办法在 PC 上没有安装 pandoc 的情况下获得 html 格式的输出,请提出建议。
is there any way to get output in html without installing pandoc in my PC.
不,因为那时没有可用的转换工具。
Is it necessary to install pandoc in my PC ? If there is way to get output in html format without having pandoc in PC please suggest.
有两种选择。
- 安装 pandoc 独立二进制
- 安装 RStudio,它附带了 pandoc 的嵌入式版本。
这两种策略都适用于 rmarkdown。
我正在处理 RMarkdown 文档,我希望使用 rmarkdown
包以 HTML 格式显示输出结果。为此,我需要使用 rmarkdown::render()
函数。有什么方法可以在不在我的电脑上安装 pandoc 的情况下获取 HTML 中的输出吗?另外,我的电脑需要安装pandoc吗?
如果有办法在 PC 上没有安装 pandoc 的情况下获得 html 格式的输出,请提出建议。
is there any way to get output in html without installing pandoc in my PC.
不,因为那时没有可用的转换工具。
Is it necessary to install pandoc in my PC ? If there is way to get output in html format without having pandoc in PC please suggest.
有两种选择。
- 安装 pandoc 独立二进制
- 安装 RStudio,它附带了 pandoc 的嵌入式版本。
这两种策略都适用于 rmarkdown。