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.
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.