From b0a495eed7a4ca0673914f78bd4c5c104e611041 Mon Sep 17 00:00:00 2001 From: libjohn Date: Wed, 11 Sep 2024 15:30:52 -0400 Subject: [PATCH] update slide index --- docs/slides/index.html | 2247 ++++++++++++++++++++++++---- docs/slides/slides_import-data.pdf | Bin 0 -> 716777 bytes slides/index.qmd | 30 +- 3 files changed, 1988 insertions(+), 289 deletions(-) create mode 100644 docs/slides/slides_import-data.pdf diff --git a/docs/slides/index.html b/docs/slides/index.html index a9e78b7..3de0cc7 100644 --- a/docs/slides/index.html +++ b/docs/slides/index.html @@ -1,360 +1,2033 @@ - - - - - - - - - + + + + + + + + + + + index + + + + + + + + + + + + + + + +
+
+ - .callout.callout-titled .callout-icon::before { - margin-top: .5rem; - padding-right: .5rem; +
+

RforLunch - episode presentation slides

+ +
+
+

Resources

+

Recordings

+

https://warpwire.duke.edu/w/bQAEAA/

+

Exercises

+

Code, Data, and answers

+

https://github.com/libjohn/rforlunch_exercises

+

Text

+

Getting started: An introduction to R

+ +
+
+
+ + + + + + + + + - - - - - - - + function workaroundMermaidDistance(deck) { + if (window.document.querySelector("pre.mermaid-js")) { + const slideCount = deck.getTotalSlides(); + deck.configure({ + mobileViewDistance: slideCount, + viewDistance: slideCount, + }); + } + } + + return { + id: "quarto-support", + init: function (deck) { + controlsAuto(deck); + previewLinksAuto(deck); + fixupForPrint(deck); + applyGlobalStyles(deck); + addLogoImage(deck); + tweakSlideNumber(deck); + addFooter(deck); + addChalkboardButtons(deck); + handleTabbyClicks(); + handleSlideChanges(deck); + workaroundMermaidDistance(deck); + }, + }; +}; + - - - - + + + +