construct_fact_sheet_pdf: construct_fact_sheet_pdf

View source: R/construct_fact_sheet_pdf.R

construct_fact_sheet_pdfR Documentation

construct_fact_sheet_pdf

Description

Adds the necessary templates for making PDF fact sheets at the Urban Institute. Adds a .gitignore, pdf_fact_sheet template, LaTeX preamble, iteration script, and instructions.

Usage

construct_fact_sheet_pdf(
  name = "fact_sheet_pdf.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.