", escape = TRUE) ohead(..., level = 3, escape = TRUE) oclear(output=TRUE, headers=FALSE)
run <- function(...) {
ohead("My Table", level=2)
d <- data.frame(a = 1:3, b = c("foo", "bar", "foobar"))
otable(d)
out("Verbatim R output:")
oprint(str(d))
done()
}
Run the code above in your browser using DataLab