En el siguiente enlace encontran: https://rpubs.com/jseferino/AZ_1.
sss
x=3
y=5
x+y
## [1] 8
x=3
y=5
x+y
## [1] 8
You can also embed plots, for example:
Note that the echo = FALSE
parameter was added to the
code chunk to prevent printing of the R code that generated the
plot.