An open API service indexing awesome lists of open source software.

https://github.com/bbarker505/tidyverse_demo

Aggregate demo for 3/16/23
https://github.com/bbarker505/tidyverse_demo

Last synced: 9 months ago
JSON representation

Aggregate demo for 3/16/23

Awesome Lists containing this project

README

          

# tidyverse_intro

The files in this repository are for Aggregate 57 (3/16/23).

Questions? 📧 brittany.barker@oregonstate.edu

# File descriptions

tidyverse-Aggregate-Mar2023.qmd: text and code that produces a HTML presentation when rendered within RStudio/Posit
tidyverse-Aggregate-Mar2023.html: HTML file produce after rendering the .qmd file

# Purpose

The files are provided in case attendees would like to view and play with the code.

# Instructions to produce your own HTML output

1) Download the entire repository into a directory of your choosing (click on the green "Code" button, top right hand corner of this repo)
2) Open up RStudio and create a new R project in the same directory where you put the files. ("File" -> "New Project")
3) Open "tidyverse-Aggregate-Mar2023.qmd" within RStudio ("File" -> "Open file")
4) Click on the "Render" button within RStudio to render the document

# Requirements

1) You must have RStudio and R installed.
2) The following packages must be installed:
- here
- dplyr
- tidyr
- ggplot2
- ggh4x
- ggsignif
- knitr
- agridat