How do I add an HTML meta tag within the head of an RMarkdown HTML output file from RStudio?
In particular I am trying to insert the following to over come IE compatibility issues on our intranet.
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
</head>