Skip to content

Commit

Permalink
small improvements to week 7
Browse files Browse the repository at this point in the history
  • Loading branch information
3mmaRand committed Nov 11, 2024
1 parent c2d70a6 commit 23f7023
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions r4babs1/week-7/overview.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ toc: true
toc-location: right
---

This week you will start writing R code in RStudio and will create your first graph! You will learn about data types such as "numerics" and "characters" and some of the different types of objects in R such as "vectors" and "dataframes". These are the building blocks for the rest of your R journey. You will also learn a workflow and about the layout of RStudio and using RStudio Projects.
This week you will start using RStudio to write R code and you will create your
first graph! You will learn about data types such as "numerics" and "characters"
and object types such as "vectors" and "dataframes". These are the building
blocks for the rest of your R journey. You will also learn about the layout of
RStudio and a workflow using scripts and RStudio Projects to keep your work
organised.

![Artwork by @allison_horst: "bless this workflow"](images/workflow.png){fig-alt="An organized kitchen with sections labeled 'tools', 'report' and 'files', while a monster in a chef's hat stirs in a bowl labeled 'code.'"}

Expand All @@ -26,12 +31,14 @@ The successful student will be able to:

1. [Prepare](study_before_workshop.qmd)

i. First Steps in RStudio: **Either** πŸ“– Read the book **OR** πŸ“Ή Watch two videos
i. First Steps in RStudio: **Either** πŸ“– Read the book **OR** πŸ“Ή Watch
two videos


2. [Workshop](workshop.qmd)

i.πŸ’» 🐈 Coat colour of cats. Type in some data, perform calculations on, and plot it.
i. πŸ’» 🐈 Coat colour of cats. Type in some data, perform calculations on,
and plot it.

3. [Consolidate](study_after_workshop.qmd)

Expand Down
4 changes: 2 additions & 2 deletions r4babs1/week-7/workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ out of the one closest to the door. A welcome mat says 'Welcome'." width="800"}

## Session overview

In this introduction you will start working with RStudio. You will type
in some data plot it and then customise your plot.
In this workshop you will use RStudio to write R code. You will type
in some data, plot it and then customise your plot.

## Philosophy

Expand Down

0 comments on commit 23f7023

Please sign in to comment.