Skip to content

Commit

Permalink
Merge pull request #260 from JasonJWilliamsNY/main
Browse files Browse the repository at this point in the history
update solution to fix issue #39
  • Loading branch information
naupaka authored Mar 13, 2024
2 parents 2defd09 + d5c6095 commit 6dcda92
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion episodes/01-r-basics.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -306,14 +306,18 @@ chromosome_name <- 'chr02'
od_600_value <- 0.47
chr_position <- '1001701'
spock <- TRUE
pilot <- Earhart
```


```{r, purl=FALSE}
mode(chromosome_name)
mode(od_600_value)
mode(chr_position)
mode(spock)
```

```{r, purl=FALSE}
mode(pilot)
```

Expand Down

0 comments on commit 6dcda92

Please sign in to comment.