R

Use R Markdown build website

I’m testing blogdown. Learn how to build and manange my website in this package. Will this sentence be updated at Viewer? Yes. it worked. Now test some markdown tags: H1 H2 H3 Bold Italic Math expression: $\alpha$ $$\sigma = X^2 + Y^2$$ This is like “Watch laterly after you write”. After reboot Rstudio, I can directly continue the latest work. I manage my website as a R project. I unchecked “Preview site after building” in project options.

Use R Markdown build website

I’m testing blogdown. Learn how to build and manange my website in this package. Will this sentence be updated at Viewer? Yes. it worked. Now test some markdown tags: H1 H2 H3 Bold Italic Math expression: $\alpha$ $$\sigma = X^2 + Y^2$$ This is like “Watch laterly after you write”. After reboot Rstudio, I can directly continue the latest work. I manage my website as a R project. I unchecked “Preview site after building” in project options.

Hello R Markdown

R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. You can embed an R code chunk like this: summary(cars)

speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.