Description Usage Arguments Details See Also Examples
templates
- View all the reports package templates.
slidify_templates
- View all the built in slidify templates.
1 2 3 | templates(print.cons = TRUE, names = TRUE)
slidify_templates()
|
print.cons |
logical. If |
names |
logical. If |
templates
- prints to the console to view possible templates
(feel free to submit your own; see doc_temp
for
details) as well as optionally returning a vector of names that the user can
pass to other functions.
slidify_templates
- prints a list of minimal and full .Rmd
files included with the reports package for use in presentations created by
the slidify package. These can be passed to the slidify
argument of
new_reports
and presentation
.
1 2 3 4 5 6 7 8 | ## Not run:
templates()
templates(FALSE)
new_report("new", templates(FALSE)[4])
slidify_templates()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.