https://github.com/jhudsl/gdscn_book_swirl
Lab exercise: learn basic R programming through interactive swirl lessons
https://github.com/jhudsl/gdscn_book_swirl
course gdscn module swirl
Last synced: 7 months ago
JSON representation
Lab exercise: learn basic R programming through interactive swirl lessons
- Host: GitHub
- URL: https://github.com/jhudsl/gdscn_book_swirl
- Owner: jhudsl
- License: cc-by-4.0
- Created: 2022-10-04T22:59:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T14:38:04.000Z (8 months ago)
- Last Synced: 2025-01-28T15:31:22.266Z (8 months ago)
- Topics: course, gdscn, module, swirl
- Language: CSS
- Homepage: https://jhudatascience.org/GDSCN_Book_swirl/
- Size: 13.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: code_of_conduct.md
Awesome Lists containing this project
README
# Intro R with swirl
[](https://github.com/jhudsl/OTTR_Template/actions/workflows/render-all.yml)
This course was created from [the AnVIL Template](https://github.com/jhudsl/AnVIL_bookdown_style), which is based on [the OTTR Template](https://github.com/jhudsl/OTTR_Template)
You can see the rendered course material here: https://jhudatascience.org/GDSCN_Book_swirl/
## About this book
In this exercise, students are introduced to the basics of R using the swirl package (https://swirlstats.com), which teaches students R from within the R console. The primary goal of this exercise is to get students comfortable interacting with the R console.
## Learning Objectives
This course will teach learners to:
- Open RStudio and locate important panels (R console, Help)
- Run commands in the R console
- Explain what vectors and dataframes are in R
- Use common R commands to work with R objects (e.g. assign, print, subset, math operations)
- Explore a dataset using base R commands (e.g. `dim`, `summary`, `str`)## Encountering problems?
If you are encountering any problems with this course, please file a GitHub issue or contact us at {Some email or web address with a contact form}.
All materials in this course are licensed under a Creative Commons Attribution 4.0 International License unless noted otherwise.