如何在rmarkdown中嵌入一个html网页呢?
http://zevross.com/blog/2014/11/19/creating-elegant-html-presentations-that-feature-r-code/#comment-7571
http://stackoverflow.com/questions/33200478/embbed-slides-into-rmarkdown
刚尝试通过以下网站转换了一下...
https://app.embed.ly
<blockquote class="embedly-card" data-card-key="c81f2836792f438e81c6cf54a3d60405"><h4><a href="http://rpubs.com/englianhu/customer-service-slideshow">RPubs - PROFESSIONAL CUSTOMER SERVICE CASE STUDIES</a></h4><p></p></blockquote>
<script async src="//cdn.embedly.com/widgets/platform.js" charset="UTF-8"></script>
然后运行了一下,结果找不到该文件的路径,就不晓得如何将网络的代码转换成js文件... jsonlite嚒?好麻烦哦~ :?:
output file: customer-service-handbook.knit.md
"C:/Users/SCIBRO~1/AppData/Local/Pandoc/pandoc" +RTS -K512m -RTS customer-service-handbook.utf8.md --to html --from markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash-implicit_figures --output customer-service-handbook.html --smart --email-obfuscation none --self-contained --standalone --section-divs --table-of-contents --toc-depth 4 --template "C:\Users\Scibrokes\Documents\R\win-library\3.2\rmarkdown\rmd\h\default.html" --variable "theme:cerulean" --include-in-header "C:\Users\SCIBRO~1\AppData\Local\Temp\Rtmpgp3Uvg\rmarkdown-str3564593950ec.html" --mathjax --variable "mathjax-url:https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" --highlight-style haddock
pandoc.exe: Could not fetch //cdn.embedly.com/widgets/platform.js
//cdn.embedly.com/widgets/platform.js: openBinaryFile: does not exist (No such file or directory)
Error: pandoc document conversion failed with error 67
Execution halted