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
- Host: GitHub
- URL: https://github.com/bbarker505/tidyverse_demo
- Owner: bbarker505
- Created: 2023-03-13T05:30:03.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-13T05:30:26.000Z (almost 3 years ago)
- Last Synced: 2025-02-09T03:28:15.954Z (11 months ago)
- Language: HTML
- Size: 16.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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