https://github.com/chris-prener/data-skills-04
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: chris-prener
- License: cc-by-sa-4.0
- Language: HTML
- Default Branch: main
- Size: 733 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
data-skills-04
Session Overview
Objectives
At the end of this lesson, participants should be able to:
- Adjust color ramps using
viridisas well asRColorBrewer - Update the theme using
ggplot2andggthemes - Move the legend, which provides an introduction to the
theme()function - Add facets
Lesson Resources
- The
SETUP.mdfile contains a list of packages required for this lesson - The
notebook/directory contains both the seminar and completed versions of our lesson notebooks
Extra Resources
Access Lesson
Initial Package Installation
We use the install.packages function to install modular components of the R ecosystem. For instance, to access lesson materials, we'll use the usethis package. To install it, we run the following function in our console:
r
install.packages("usethis")
Download Lesson Materials
With the package installed, you you can download this lesson to your Desktop easily using usethis:
r
usethis::use_course("https://github.com/chris-prener/data-skills-04/archive/master.zip")
By using usethis::use_course, all of the lesson materials will be downloaded to your computer, automatically extracted, and saved to your desktop. The data-skills-02-master project should open automatically afterwards. Windows users will have the data downloaded to their user folder (e.g. C:/Users/<USERNAME>/).
Install Other Packages for Today
In addition to usethis, there are a couple of other packages we'll need:
r
install.packages(c("tidyverse", "here", "janitor", "palmerpenguins", "ggthemes", "knitr", "rmarkdown"))
If you've already installed packages from prior data skills sessions, you should only need:
r
install.packages("ggthemes")
Now we're ready to go!
Contributor Code of Conduct
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Owner
- Name: Chris Prener
- Login: chris-prener
- Kind: user
- Location: St. Louis, MO
- Company: Pfizer
- Website: https://chris-prener.github.io
- Twitter: chrisprener
- Repositories: 6
- Profile: https://github.com/chris-prener
Director, Vaccines RWE Biocurator Scientist 🚀 and Sociologist interested in vaccines, health outcomes and disparities, geospatial data science, and demography
GitHub Events
Total
Last Year
Committers
Last synced: 12 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Chris Prener | c****r@p****m | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0