how do i display the line numbers of my code chunk with rmarkdown?
```{r}
x <- 1:10
y <- x^2
plot(x,y)
```
and i would like the echo to be something like
1 x <- 1:10
2 y <- x^2
3 plot(x,y)
Preferably like it is on Github...
Would be glad for any help
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…