-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcss_test.Rmd
27 lines (21 loc) · 1003 Bytes
/
css_test.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: "css_test"
author: "Emilio A. Laca"
date: "7/6/2018"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## 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>.
```{block, type='rtip'}
R tip: Some text for this block. Some text for this block. Some text for this block. Some text for this block. Some text for this block.
```
```{block, type='rstip'}
RStudio tip: Some text for this block. Some text for this block. Some text for this block. Some text for this block. Some text for this block.
```
```{block, type='stattip'}
Stat tip: Some text for this block. Some text for this block. Some text for this block. Some text for this block. Some text for this block.
```
Note that the `echo = FALSE` parameter was added to the code chunk to prevent printing of the R code that generated the plot.