Html output takes too long to load
问题 I have this html knit output from Rmarkdown but since it is pretty heavy (it is an online guide), the page takes too long to show up when opening the link. I tried to divide the rmd file into distinct rms sub files as below shown but I still can't get the result. Thank you title: "my_file" author: "me" date: "26/02/2020" output: html_document: toc: yes toc_depth: 3 toc_float: collapsed: yes smooth_scroll: yes word_document: default --- ```{r child = 'child0.Rmd'} ``` ```{r child = 'child1.Rmd