presentation(presentation = "presentation", rnw = TRUE, theme = "Madrid", bib.loc = getOption("bib.loc"), name = getOption("name_reports"), github.user = getOption("github.user"), sources = getOption("sources_reports"), path = getwd())
report
is one this
name will be used as the main directory name and all sub
directories and files.TRUE
the documents will be
.Rnw and .tex files. If FALSE
the documents will
be .pptx and .docx files.NULL
presentation
will
allow the user to choose interactively..Rprofile
).Creates a report template.
Generate a presentation template to increase efficiency.
This is a lighter weight version of
new_report
.
The user may want to set options
for
bib.loc
, github.user
and
sources_reports
in the user's primary
.Rprofile
:
## Not run: # presentation()# presentation("New", rnw=TRUE, theme=NULL)# presentation("New", rnw=FALSE)# ## End(Not run)
new_report