prepare_yaml: prepare_yaml function

Description Usage Arguments

View source: R/fun_prepare.R

Description

This function allows you to prepare the YAML header for bespoke content generation

Usage

1
2
3
4
5
6
7
prepare_yaml(
  test = FALSE,
  title = "INSERT_TITLE",
  subtitle = "INSERT_SUBTITLE",
  author = "INSERT_AUTH",
  date = lubridate::today()
)

Arguments

test

A logical for developing function in inst/tutorials dir vs. installing function in tutorials dir

bespoke_dataframe

name of an object in your global environment from which to create a bespoke dataset


matthewhirschey/bespokelearnr documentation built on Oct. 11, 2020, 12:57 a.m.