Skip to content

Use R Markdown and the xaringan package to render presentation slides as reproducible reports.

License

Notifications You must be signed in to change notification settings

libjohn/workshop_slides_markdown_xaringan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

DOI

ORCID

Creative Commons CC BY-NC

Launch Rstudio Binder

Lifecycle Deprecated

This workshop is NOW out of date. i.e. Deprecated!! I recommend you use Quarto revealJS presentations.

Supporting code for Xaringan slides workshop.

Part of the DataFest Workshop Series. R markdown is a means of applying structure to the prose in your coding document. Using R Markdown and the xaringan package, attendees will integrate code with natural language (i.e. prose) to render presentation slides as a reproducible report. The method of integrating code with prose is known as literate coding. Attendees will focus their energies on rendering slides as one type of report while being introduced to an array of report types that can be generated from the same code.

Prerequisites

Introductory familiarity with R and the Tidyverse (e.g. quickStart with R, part 1)

  • Install R and RStudio on your computer
  • tidyverese and xaringan packages installed in your R environment
    • install.packages(c("tidyverse", "xaringan"))