RMarkdown: “Unexpected end tag”

0

I am using RMarkdown to make an HTML document and for some reason when I knit my script in R, I get the following message in my HTML page:

## Unexpected end tag : a
## Unexpected end tag : option
## Unexpected end tag : select
## Unexpected end tag : a

I am confused on why I am getting these messages since in code script I have the following, which removes all errors, warnings, and code from appearing in my HTML document. (so echo, error, warning, and message are all equal to false.

How would I get rid of this?

If you need some of my code to help determine why I am getting this message, I will be happy to provide it.

Thanks!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.