new_presentation
Create a Presentation Project
Shorthand for `new_project(..., type = "presentation")`. Creates a project optimized for RevealJS presentations.
Usage
new_presentation(name = NULL, location = NULL, browse = interactive(), ...)
Arguments
| Argument | Description |
|---|---|
name
|
Project name. If NULL (default), prompts interactively. |
location
|
Directory path where project will be created. If NULL (default), prompts interactively. |
browse
|
Whether to open the project folder after creation (default: TRUE in interactive sessions) |
...
|
Additional arguments passed to `project_ |
Returns
Invisibly returns the result from project_create()
Examples
new_presentation("quarterly-review", "~/projects/q4-review")
See Also
Source: R/new_project.R