Title

subtitle

My code

pie(c(10,20,50),
    labels =   
      c("USA","China","Japan"))

1+1 # calculate 1+1
## [1] 2
pie(abs(rnorm(10))) # pie chart

Examples of Rmd file.

a new line