12. Helpers and Packages
This week …
Way more than we can actually cover in any detail, but a bird’s-eye view of things to make your life easier over the long term.
Sunday, December 22, 2024
Way more than we can actually cover in any detail, but a bird’s-eye view of things to make your life easier over the long term.
---
title: "12. Helpers and Packages"
date: last-modified
date-format: full
---
```{r slides, echo=FALSE, include=FALSE}
source(here::here("R", "slide-things.R"))
slide_details <- tibble::tribble(
~youtube_id, ~title, ~slide, ~active,
"", "", "1", TRUE)
```
## This week ...
Way more than we can actually cover in any detail, but a bird's-eye view of things to make your life easier over the long term.
## Slides
<script type="application/javascript">
function resizeIFrameToFitContent( iFrame ) {
iFrame.width = document.getElementById("quarto-document-content").clientWidth;
iFrame.height = (document.getElementById("quarto-document-content").clientWidth * 0.5625)
}
window.addEventListener('DOMContentLoaded', function(e) {
var iFrame = document.getElementById( 'quartoframe' );
resizeIFrameToFitContent( iFrame );
} );
</script>
<iframe class="slide-deck" id="quartoframe" src="../slides/12-slides.html"></iframe>
```{r show-slide-tabs2, echo=FALSE, results="asis"}
slide_win_button("/slides/12-slides")
```