R markdown rendering error

Hello everyone, I'm relatively new to R language. I'm currently working on making markdowns.
I don't quite get how the rendering works when knitting my markdown file. I have working code when I ran
the code chunks. But I get errors when rendering it.

Here's what it looks like:

In the code chunk where you have the library calls you have set the eval option to FALSE that means that when you knit the document the code doesn't get executed and no library is loaded.

1 Like

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.