Skip to content

Commit

Permalink
Remove numbers from Chapter 22 sections. (#139)
Browse files Browse the repository at this point in the history
And don't write an xlsx randomly!
  • Loading branch information
jonthegeek authored May 10, 2024
1 parent d4be6ce commit ccf8d27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 20-spreadsheets.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ bake_sale <- tibble(
bake_sale
```

```{r}
```{r, eval=FALSE}
write_xlsx(bake_sale, path = "data/bake-sale.xlsx")
```

Expand Down
10 changes: 5 additions & 5 deletions 22-arrow.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ query |> collect()
#> # ℹ 52 more rows
```

## Available verbs
## Available verbs {-}

- [`?arrow-dplyr`](https://arrow.apache.org/docs/r/reference/acero.html) for supported functions
- (book uses `?acero` but that's way harder to remember)

## Performance
## Performance {-}

```{r, eval=F}
x |>
Expand All @@ -221,9 +221,9 @@ x |>
- Discussion: Why?
- More tidyverse verbs?

## Meeting Videos
## Meeting Videos {-}

### Cohort 7
### Cohort 7 {-}

`r knitr::include_url("https://www.youtube.com/embed/qsgZAgmmpt4")`

Expand All @@ -243,6 +243,6 @@ x |>
```
</details>

### Cohort 8
### Cohort 8 {-}

`r knitr::include_url("https://www.youtube.com/embed/dUQ3vCNejbI")`

0 comments on commit ccf8d27

Please sign in to comment.