Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions modules/Basic_R/Basic_R.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,18 @@ z <- 3,000
knitr::include_graphics("images/incomplete_statement.png")
```

## TROUBLESHOOTING: Zoom Quotation Marks

```{r error = TRUE}
y <- “hello world!”
```

Retype the quotation marks!

```{r error = TRUE}
y <- "hello world!"
```

## Simple object practice

Try assigning your full name to an R object called `name`
Expand Down Expand Up @@ -251,7 +263,7 @@ class(name2)

<span style="color:red">Just open up the file to see the questions for lab. More about the file type soon!</span>

💻 [Lab](https://daseh.org/modules/Basic_R/lab/Basic_R_Lab.Rmd)
💻 [Lab](https://daseh.org/modules/Basic_R/lab/Basic_R_Lab.html)

## Math + vector objects

Expand Down Expand Up @@ -403,7 +415,7 @@ knitr::include_graphics("../../images/lol/install_packages.jpg")

🏠 [Class Website](https://daseh.org/)

💻 [Basic R Lab](https://daseh.org/modules/Basic_R/lab/Basic_R_Lab.Rmd)
💻 [Basic R Lab](https://daseh.org/modules/Basic_R/lab/Basic_R_Lab.html)

📃 [Day 1 Cheatsheet](https://daseh.org/modules/cheatsheets/Day-1.pdf)

Expand Down
6 changes: 6 additions & 0 deletions modules/Intro/Intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,10 @@ More on that soon!

🩺 [Pulse Check - `r config::get("pulsecheck_survey")`](`r config::get("pulsecheck_survey")`)

<br>

```{r, fig.alt="The End", out.width = "30%", echo = FALSE, fig.align='center'}
knitr::include_graphics(here::here("images/the-end-g23b994289_1280.jpg"))
```

Image by <a href="https://pixabay.com/users/geralt-9301/?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=812226">Gerd Altmann</a> from <a href="https://pixabay.com//?utm_source=link-attribution&amp;utm_medium=referral&amp;utm_campaign=image&amp;utm_content=812226">Pixabay</a>
Loading