Skip to content

Commit

Permalink
differences for PR #606
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 30, 2023
1 parent eb614d8 commit aef10ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 96 deletions.
2 changes: 1 addition & 1 deletion 11-supp-read-write-csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and explore the [arguments](../learners/reference.md#argument) that allow you re

### Read a .csv and Explore the Arguments

Let's start by opening a .csv file containing information on the speeds at which cars of different colors were clocked in 45 mph zones in the four-corners states (`CarSpeeds.csv`). We will use the built in `read.csv(...)` [function call](../learners/reference.md#function-call), which reads the data in as a data frame, and assign the data frame to a variable (using `<-`) so that it is stored in R's memory. Then we will explore some of the basic arguments that can be supplied to the function. First, open the RStudio project containing the scripts and data you were working on in episode 'Analyzing Patient Data'.
Let's start by opening a .csv file containing information on the speeds at which cars of different colors were clocked in 45 mph zones in the four-corners states (`car-speeds.csv`). We will use the built in `read.csv(...)` [function call](../learners/reference.md#function-call), which reads the data in as a data frame, and assign the data frame to a variable (using `<-`) so that it is stored in R's memory. Then we will explore some of the basic arguments that can be supplied to the function. First, open the RStudio project containing the scripts and data you were working on in episode 'Analyzing Patient Data'.


```r
Expand Down
94 changes: 0 additions & 94 deletions data/car-speeds-cleaned.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,97 +5,3 @@
"White",34,"Arizona"
"Red",25,"Arizona"
"Blue",41,"Arizona"
"Blue",34,"NewMexico"
"Black",29,"Colorado"
"White",31,"Arizona"
"Red",26,"Colorado"
"Red",43,"Utah"
"White",26,"Utah"
"Blue",45,"Utah"
"Blue",49,"Utah"
"Black",33,"Utah"
"Red",53,"NewMexico"
"Blue",27,"Arizona"
"Blue",29,"NewMexico"
"White",27,"Arizona"
"Blue",42,"Utah"
"Blue",37,"Utah"
"Blue",42,"Utah"
"Red",48,"NewMexico"
"Blue",26,"Colorado"
"Red",40,"Colorado"
"Red",43,"NewMexico"
"Red",43,"Colorado"
"Red",25,"Utah"
"White",51,"Colorado"
"Blue",48,"Utah"
"Red",54,"NewMexico"
"White",36,"Colorado"
"Black",37,"Colorado"
"Red",38,"Utah"
"Black",33,"Colorado"
"Black",51,"Colorado"
"Blue",28,"NewMexico"
"Red",34,"Arizona"
"Black",54,"Utah"
"Red",47,"Colorado"
"Black",48,"Colorado"
"Black",53,"NewMexico"
"Red",32,"Arizona"
"Red",46,"Utah"
"White",34,"Arizona"
"Black",46,"Colorado"
"Blue",34,"NewMexico"
"Red",43,"NewMexico"
"Red",34,"NewMexico"
"Black",33,"Colorado"
"Black",43,"Arizona"
"Red",41,"Utah"
"White",42,"Utah"
"Red",45,"Arizona"
"Blue",52,"NewMexico"
"Blue",39,"Colorado"
"Black",29,"Utah"
"Blue",27,"Colorado"
"White",30,"Utah"
"Black",31,"Utah"
"Red",29,"Utah"
"Blue",27,"Colorado"
"Blue",50,"NewMexico"
"White",53,"Colorado"
"Black",50,"NewMexico"
"Red",46,"Colorado"
"Red",26,"NewMexico"
"Black",32,"Arizona"
"Blue",54,"NewMexico"
"White",36,"Utah"
"Blue",48,"Utah"
"Red",29,"Colorado"
"White",44,"Arizona"
"White",38,"Utah"
"Blue",49,"Colorado"
"Blue",52,"Colorado"
"Blue",36,"Colorado"
"Blue",45,"Arizona"
"Blue",34,"NewMexico"
"White",31,"Arizona"
"Black",44,"Utah"
"Blue",32,"Colorado"
"White",53,"Colorado"
"Black",34,"Arizona"
"Black",25,"Arizona"
"Red",41,"Arizona"
"Red",43,"Utah"
"White",41,"Arizona"
"White",40,"Utah"
"White",52,"Utah"
"White",44,"Utah"
"Red",34,"Arizona"
"Red",41,"Arizona"
"Red",31,"NewMexico"
"White",25,"Colorado"
"Black",46,"Colorado"
"White",34,"Utah"
"Black",25,"NewMexico"
"Black",32,"Arizona"
"White",42,"Utah"
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"episodes/08-making-packages-R.Rmd" "91c754a28acd4eae5d93ce5e3c45eb8c" "site/built/08-making-packages-R.md" "2023-12-05"
"episodes/09-supp-intro-rstudio.Rmd" "88e2bba9a474e81397ce83ba420702ba" "site/built/09-supp-intro-rstudio.md" "2023-12-05"
"episodes/10-supp-addressing-data.Rmd" "96b7a9778b2fee346bc98bc346faf51c" "site/built/10-supp-addressing-data.md" "2023-12-05"
"episodes/11-supp-read-write-csv.Rmd" "9e1dd9128243bda65466b5f7787b119a" "site/built/11-supp-read-write-csv.md" "2023-12-14"
"episodes/11-supp-read-write-csv.Rmd" "a1ea1dce3dc30099f270b67cad8928ed" "site/built/11-supp-read-write-csv.md" "2023-12-30"
"episodes/12-supp-factors.Rmd" "721ea1b169ee105cef4702554714d800" "site/built/12-supp-factors.md" "2023-12-05"
"episodes/13-supp-data-structures.Rmd" "f0e68397ec97e4756af915c46c9f6439" "site/built/13-supp-data-structures.md" "2023-12-05"
"episodes/14-supp-call-stack.Rmd" "0949a3eaed6903c9aaf112d642e0d941" "site/built/14-supp-call-stack.md" "2023-12-05"
Expand Down

0 comments on commit aef10ee

Please sign in to comment.