construct_fact_sheet_html: construct_fact_sheet_html

View source: R/construct_fact_sheet_html.R

construct_fact_sheet_htmlR Documentation

construct_fact_sheet_html

Description

Adds the necessary templates for making html fact sheets at the Urban Institute. Adds a .gitignore, html fact sheet template, CSS, iteration script, and instructions.

Usage

construct_fact_sheet_html(
  name = "fact_sheet_html.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.