add_yaml: Add a YAML header

Description Usage Arguments

View source: R/convert_ipynb_to_blogdown.R

Description

Adds a YAML header to your markdown text

Usage

1
add_yaml(md_text, title = "", author = "", date = Sys.Date())

Arguments

md_text

markdown text as string

title

title of the markdown as string. Defaults to ""

author

author as string. Defaults to ""

date

day of creation as string. Defaults to Sys.Date()


corriebar/corrieaaR documentation built on Feb. 18, 2020, 9:33 a.m.