lazy.file.start(docClass="article", packages=NULL,
counters=NULL, layout="", page="arabic", ligatures=TRUE,
title=NULL, author=NULL, date="", initialize=TRUE)article, slide, report, book."arabic", "roman", "Roman", "alph", "Alph".TRUE, the function lazy.options is called and
all of the counters are reset to 1. Font, family, and size defaults are also reset.title or author are
not NULL.
Packages automatically included are "xcolor", "graphicx", "colortbl", "float",
"soul", "hyperref", "placeins", and "Sweave". Any user
defined templates made in conjuction with lazyWeave must include these
packages in order to use figures and underlined text.
With page, the options produce the following:
lazy.file.start(docClass="report",
packages=c("pslatex", "palatino", "avant"),
title="Report Name", author="Your Name")Run the code above in your browser using DataLab