construct_web_report: construct_web_report

View source: R/construct_web_report.R

construct_web_reportR Documentation

construct_web_report

Description

Adds the necessary templates for making web reports at the Urban Institute. Adds a web report template, stylesheet, and instructions.

Usage

construct_web_report(
  name = "web_report.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.