@ jhodzic
Could you please show where you replaced eval = FALSE, with results = "hide"? Could you put that code snippet for us to test? Link to post here:
Thanks in advance.
@ jhodzic
Could you please show where you replaced eval = FALSE, with results = "hide"? Could you put that code snippet for us to test? Link to post here:
Thanks in advance.
It's hard to trouble shoot this without a reproducible example, called a reprex and, in this case, a clearer description of the output you're looking for.
Taking a wild guess:
```{r, results="asis", echo = FALSE, warning=FALSE}
Oak <- iris
Oak.JH <- mtcars
```
`r nrow(Oak)/nrow(Oak.JH)`
should output 4.6875
Thanks a lot for your prompt reply.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.