Tips for writing coding tutorials (hacks for hacking)

A bunch of good tips on how to code for coding tutorials From this rstudio supprt page: https://support.rstudio.com/hc/en-us/articles/360018181633-Including-verbatim-R-code-chunks-inside-R-Markdown I found awesome Jenny Bryan’s compendium of tricks to embed full code as verbatim (not interpreted or formatted) on your .Rmd or .md tutorial, aka, showing the full extent of backticks: https://rmarkdown.rstudio.com/articles_verbatim.html From the gist of that same post: https://stackoverflow.com/questions/20409172/how-to-display-verbatim-inline-r-code-with-backticks-using-rmarkdown Yihui’s tips: https://yihui.org/en/2017/11/knitr-verbatim-code-chunk/ What’s a gist?

Avatar
Luna L. Sánchez Reyes
Postdoctoral Research Scholar
University of California, Merced

Related