I am new in coding, and I think rstudio can be difficult. Is there a simple code for me to make a table?
rng <- mean(1,2,3,4,5)
| "Apple" | "Pear" | "Banana" | "Tomato" |
|---------|---------|----------|----------|
| "Orange"| 26.6% | rng | 138521 |
This is how I want it to look, I have tried to Google different tables but I dont understand.