https://github.com/chris-prener/data-skills-06
Data Wrangling with Time Series Data
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.0%) to scientific vocabulary
Repository
Data Wrangling with Time Series Data
Basic Info
- Host: GitHub
- Owner: chris-prener
- License: cc-by-sa-4.0
- Language: HTML
- Default Branch: main
- Size: 1.81 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
data-skills-06
Session Overview
Objectives
At the end of this lesson, participants should be able to:
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-06/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-06-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", "knitr", "rmarkdown"))
If you've already attended some of these sessions, you should have everything you need for today.
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