Skip to content

Commit

Permalink
Merge pull request #56 from fhdsl/season4
Browse files Browse the repository at this point in the history
Season4
  • Loading branch information
laderast authored Sep 20, 2024
2 parents 41886f6 + 68ff1a3 commit 5a8a09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-data-structures.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ In our second lesson, we start to look at two **data structures**, **vectors** a
## Slides

```{r}
#test
knitr::include_url("https://hutchdatascience.com/Intro_to_R/slides/lesson1_slides.html")
```


## Vectors

In the first exercise, you started to explore **data structures**, which store information about data types. You played around with **vectors**, which is a ordered collection of a data type. Each *element* of a vector contains a data type, and there is no limit on how big a vector can be, as long the memory use of it is within the computer's memory (RAM).
Expand Down

0 comments on commit 5a8a09a

Please sign in to comment.