Rnotebook not showing code output for data frames
问题 My code chunk output in Rnotebook is not appearing (as if not being run) when I try to view data frame results. I have to pass it through the pander() function to see the output print out. Is this something to do with knitr? I mention this because I set the options at the beginning to the following: ```{r setup, include = FALSE} knitr::opts_chunk$set(echo = TRUE, eval = TRUE) ``` I have tried setting the options directly in the chunk but get the same unwanted result. Is there a setting I am