Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhdsl/intro_r_slides
Slides for the Intro R course
https://github.com/fhdsl/intro_r_slides
Last synced: about 2 months ago
JSON representation
Slides for the Intro R course
- Host: GitHub
- URL: https://github.com/fhdsl/intro_r_slides
- Owner: fhdsl
- Created: 2024-09-24T16:48:53.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T17:47:45.000Z (about 2 months ago)
- Last Synced: 2024-11-13T18:37:28.103Z (about 2 months ago)
- Language: HTML
- Size: 41.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# How to Use this Project
## For each week
- [] Click into the week folder and open up the `.RProj` file in there.
- For example, for `week1` I will open the `week1/week1.Rproj`
- [] Open up the classwork or exercise folder and save a copy of the classwork and exercise files with your name
- For Example, for `week1/exercise1.qmd`, save a copy as "week1/exercise1-laderas.qmd"## To Update
- Make sure that you have saved a copy of your exercises with your name on it. In general, we won't overwrite exercises, but it is a possibility.
- In the `Terminal` tab (not `Console`), execute the following command:```
git pull
```If you feel less comfortable with that, you can use the `pull` button in the Git Tab in the upper right window.