Two Hidden Ways to Set Global Chunk Options for knitr

📝

内容提要

Sometimes you may not like the default values of knitr’s chunk options, and you know how to change them (i.e., knitr::opts_chunk$set()), but it can be tedious to do it for every single document....

➡️

继续阅读