Skip to main content

R-hello-world

R-hello-world

R-hello-world

function(x) {
x + 1
}
library(ggplot2)
for (i in 1:10) {
print(i)
}