2018-12-25 R markdown 学习记录

现在开始涉及了R,之前用的都是python, 发现如果画图和做统计,还是R方便一点,当然最近使用了biopython, biopython也很好啊,可能两个我都是不是很熟练。

既然学了,还是要好好系统地学习一番
主要学习循环路径
R-Rstudio-Github-Rmarkdown-Rpub-shiny

这里先零星的记录一点内容:

rmarkdown kniter生成报告
参考这个:https://blog.csdn.net/luo617/article/details/82432430

在自动运行中可以使用

rmarkdown::render('test.Rmd')

shiny中生成可以下载的报告
参考这个http://shiny.rstudio.com/articles/generating-reports.html

Markdown 图片并排显示
参考这个https://blog.csdn.net/wmn7q/article/details/73138326

Markdown使用笔记
参考这个https://blog.csdn.net/adan_journal_of_data/article/details/78900476

Markdown 英文终极使用指南
https://bookdown.org/yihui/rmarkdown/r-code.html#figures

你可能感兴趣的:(2018-12-25 R markdown 学习记录)