You use results="hide" to hide the results/output (but here the code would still be displayed). ```{r chunk-name, results="hide"} x <- rnorm(100) y <- 2 ...
確定! 回上一頁