A Section

This is a minimum HTML document with embedded R code
x = rnorm(10)
summary(x)
##     Min.  1st Qu.   Median     Mean  3rd Qu.     Max. 
## -2.69000 -0.89460  0.12980 -0.02143  0.91560  1.93100