check_templates: Check that all templates build properly

View source: R/check_templates.R

check_templatesR Documentation

Check that all templates build properly

Description

Opens markdown templates as rmd files and/or renders them into their appropriate format.

Usage

check_templates(
  style = c("classic", "avenir", "predict"),
  format = c("pptx", "xar", "flex"),
  aspect = c("4x3", "16x9"),
  check_all = FALSE,
  render = TRUE,
  outdir = "./",
  recursive = TRUE
)

Arguments

style

String. One of "classic", "avenir", or "predict"

format

String. One of "pptx","xar", or"flex"

aspect

String. One of "4x3" or "16x9"

check_all

Logical. Should we open all the templates as RMDs?

render

Logical. Should we render the templates we open?

outdir

String. Where should files be stored

recursive

Logical. Should subfolders of outdir be created


ecohealthalliance/ehastyle documentation built on Jan. 28, 2023, 12:14 a.m.