Introduction

Here is my very interesting document.

Chunk 1 is calling chunk 2 here, but you can't see it if echo=FALSE

# echo=TRUE
# echo=FALSE

This chunk is unnamed but can now use code from chunk 2

myFunction(7)

This is chunk 2

My long and ugly R function is now down here.

# it's not really long and ugly
# it just squares the input
# but imagine that it is long and ugly

myFunction <- function(x) {
  print(x ^ 2)
}


f0nzie/rNodal documentation built on May 6, 2019, 10:14 a.m.