aqui va mis conmentarios ## R Markdown
print("hola")
## [1] "hola"
You can also embed plots, for example:
plot(pressure)
Note that the echo = FALSE parameter was added to the code chunk to prevent printing of the R code that generated the plot.
2+2
## [1] 4