Description Usage Arguments Value Suggestion See Also Examples
Generate a presentation template to increase efficiency.
This is a lighter weight version of
new_report
.
1 2 3 4 5 | 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())
|
presentation |
A character vector of length two or
one: (1) the main directory name and (2) sub directory
names (i.e., all the file contents will be imprinted with
this name). If the length of |
rnw |
logical. If |
theme |
Beamer
theme to use. If |
bib.loc |
Optional path to a .bib resource. |
name |
A character vector of the user's name to be used on the report. |
github.user |
GitHub user name (character string). |
sources |
A vector of path(s) to other scripts to be
sourced in the report project upon startup (adds this
location to the report project's |
path |
The path to where the project should be created. Default is the current working directory. |
Creates a report template.
The user may want to set options
for
bib.loc
, github.user
and
sources_reports
in the user's primary
.Rprofile
:
bib.loc - The path to the users primary bibliography
github.user - GitHub user name
sources_reports - Path(s) to additional files/scripts that should be included to be sourced in the project startup
1 2 3 4 5 6 | ## Not run:
presentation()
presentation("New", rnw=TRUE, theme=NULL)
presentation("New", rnw=FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.