use_xaringan: Use Xaringan Template

View source: R/use_xaringan.R

use_xaringanR Documentation

Use Xaringan Template

Description

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, and https://yourname@github.com/ or git@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?


umr1283/umr1283 documentation built on Nov. 27, 2022, 5:17 p.m.