rstudio保存HTML,写博客神器---RStudio---html---markdown

流程

优点: 支持图片, 方便分享, 简单操作

1, 在R中编写代码, 生成html文件

b4640a472980f58564433fb287d73c75.png

3, 将md上传到博客上面.

test.R {.title .toc-ignore}

Dengfei {.author}

Thu Nov 08 14:47:01 2018 {.date}

example(aov)

##

## aov> ## From Venables and Ripley (2002) p.165.

## aov>

## aov> ## Set orthogonal contrasts.

## aov> op

##

## aov> ( npk.aov

## Call:

## aov(formula = yield ~ block + N * P * K, data = npk)

##

## Terms:

## block N P K N:P N:K

## Sum of Squares 343.2950 189.2817 8.4017 95.2017 21.2817 33.1350

## Deg. of Freedom 5 1 1 1 1 1

## P:K Residuals

## Sum of Squares 0.4817 185.2867

## Deg. of Freedom 1 12