# NOT RUN {
lazy.write(
lazy.file.start(),
lazy.text("The mtcars dataset describes a number of vehicles.
Let's take a look at the data"),
lazy.matrix(mtcars, rcol=(1:nrow(mtcars))[c(FALSE, TRUE)]),
lazy.file.end(),
OutFile="Example 1.tex")
unlink("Example 1.tex")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab