remove_yaml_header: Remove YAML header

Description Usage Arguments Value Examples

View source: R/remove_yaml.R

Description

Remove YAML header

Usage

1

Arguments

file

file name of the markdown file

Value

A character vector of the text without the YAML header

Examples

1
2
3
file = system.file("extdata/00_template.Rmd", package = "leanbuild")
out = remove_yaml_header(file)
head(out)

muschellij2/leanbuild documentation built on Dec. 21, 2021, 11:03 p.m.