construct_slide_show: construct_slide_show

View source: R/construct_slide_show.R

construct_slide_showR Documentation

construct_slide_show

Description

Adds the necessary templates for making slide shows at the Urban Institute.Adds a .gitignore, revealjs template, CSS styles, and a header image.

Usage

construct_slide_show(
  name = "revealjs.Rmd",
  directory = NULL,
  instructions = TRUE
)

Arguments

name

A character string for the name of the created template. Be sure to end the name with ".Rmd".

directory

A character string for the directory where the template should be saved.

instructions

Should a markdown of helpful instructions be included? Defaults to TRUE.


UrbanInstitute/urbntemplates documentation built on April 27, 2022, 4:35 a.m.