pharmaverse / examples

End to end examples of pharmaverse packages for common safety clinical reporting analyses
https://pharmaverse.github.io/examples/
Apache License 2.0
6 stars 6 forks source link

Add hook_purl to generate scripts #49

Closed jeffreyad closed 4 months ago

jeffreyad commented 6 months ago

We could add this code to automatically generate scripts from qmd files when we render the pages.

knitr::knit_hooks$set(purl = knitr::hook_purl)
knitr::opts_chunk$set(echo = TRUE)