Skip to content
jhpoelen edited this page May 23, 2014 · 1 revision

Welcome to the r-globi wiki!

This is an example of writing R code in a wiki

AddOne <- function(x) {
  x + 1
}
a <- AddOne(1)
Clone this wiki locally