This function allows you to prepare the YAML header for bespoke content generation
1 2 3 4 5 6 7 | prepare_yaml(
test = FALSE,
title = "INSERT_TITLE",
subtitle = "INSERT_SUBTITLE",
author = "INSERT_AUTH",
date = lubridate::today()
)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.