Last chance! 50% off unlimited learning
Sale ends in
new_report
.
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
).options
for
bib.loc
, github.user
and
sources_reports
in the user's primary
.Rprofile
: new_report
## Not run:
# presentation()
# presentation("New", rnw=TRUE, theme=NULL)
# presentation("New", rnw=FALSE)
# ## End(Not run)
Run the code above in your browser using DataLab