# NOT RUN {
headerContent <- list(
"title" = "Testing YAML",
"author" = "Mike Mahoney",
"output" = list(
"flexdashboard::flex_dashboard" = list(
"vertical_layout" = "fill",
"orientation" = "rows",
"css" = "bootstrap.css"
)
)
)
create_yaml_header(headerContent)
create_yaml_header(
"title" = "testing",
"params" = list("data" = "NA"),
list("author" = "Mike Mahoney")
)
# }
Run the code above in your browser using DataLab