When a code chunk is time-consuming to run, you may consider caching it via the ... ```{r import-data, cache=TRUE} d <- read.csv('my-precious.csv') ```.
確定! 回上一頁