I have two question for r Markdown
1- I am struggling to find a way to create a table in R Markdown to insert some data manually (data not generated in R)
2- Is it possible to show the R code in a chunk without running when knitting the file in PDF? I just want to show it, in fact, if there is a way to run the code but append in appendix that would even be better. So code is not show at the chunk where it has run instead it’s at the end of the file. I hope this make sense.
Many Thanks in advance