remove_yaml_header {ottrpal}R Documentation

Remove YAML header

Description

Remove YAML header

Usage

remove_yaml_header(file)

Arguments

file

file name of the markdown file

Value

A character vector of the text without the YAML header

Examples

file <- system.file("extdata/00_template.Rmd", package = "ottrpal")
out <- remove_yaml_header(file)
head(out)

[Package ottrpal version 1.2.1 Index]