Setup directory structure for targets
.
Usage
use_xaringan(
path = "./slides",
url = "https://github.com/umr1283/xaringan-template",
overwrite = TRUE
)
Arguments
- path
A character string. The path to a directory within a project.
- url
A character string. A remote url, that ypically starts with
https://github.com/
for public repositories, andhttps://yourname@github.com/
orgit@github.com/
for private repos. You will be prompted for a password or pat when needed.- overwrite
A logical. Should existing destination files be overwritten?