Hello, right now I'm helping with a tutorial package that uses learnr. We're currently trying to streamline the tutorial-making process and one of the problems is that we have custom code chunks that have to be included at the beginning of every tutorials.
Is there a way for these code chunks to be saved in a separate place and "imported" into each Rmd file without having to include the entire code chunks in every file?
Thank you in advance!