I am trying to execute the "print" function from the chunk in R markdown but nothing appears. Even when I select the object with the cursor, nothing appears below.
I already tried to reinstall Rstudio but the problem persists. It's really stressful to work like this.
I think you are just missing the closing backticks in your code chunk i.e. ```, all code chunks should look like this, with opening and closing backticks.