Adds required extensions that are necessary for setting up Rmd file gets Dotto style.

use_Dotto()

Details

Add the following code chunk to your Rmarkdown file with output DataMotto::Dotto. ```{r datamotto_dotto, echo=FALSE} DataMotto::use_Dotto() ```

Examples

if (FALSE) { DataMotto::use_Dotto() }