I am getting following error while Knit my RMarkdown file.
Parser error: while parsing a block mapping at line 1, column 1 did not find expected key at line 2, column 11
Calls: <Anonymous> ... parse_yaml_front_matter -> yaml_load -> <Anonymous>
Execution halted*
I understand it's my yaml header which is following -
---
title: "Data Wrangling Assessment"
author: ""ABC 11111""
subtitle:
output:
word_document: default
html_document:
df_print: paged
html_notebook: default
---
Can anyone please help me to troubleshoot?